-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump actions/checkout from 3 to 4 #1475
chore(deps): bump actions/checkout from 3 to 4 #1475
Conversation
@dependabot rebase please |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
01d9ca2
to
07b8fe3
Compare
@@ -17,7 +17,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
if: github.repository == 'anchore/grype' # only run for main repo | |||
steps: | |||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.5.0 | |||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these comments wrong now? # v 2.5.0
but I thought we were bumping from 3 to 4?
.github/workflows/validations.yaml
Outdated
@@ -142,7 +142,7 @@ jobs: | |||
needs: [Build-Snapshot-Artifacts] | |||
runs-on: macos-latest | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to @v3
? That's a lot easier to interpret than a SHA.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
07b8fe3
to
4d0c735
Compare
.github/workflows/validations.yaml
Outdated
@@ -16,7 +16,7 @@ jobs: | |||
name: "Static analysis" | |||
runs-on: ubuntu-20.04 | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't these have version comments?
@@ -17,7 +17,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
if: github.repository == 'anchore/grype' # only run for main repo | |||
steps: | |||
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.5.0 | |||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the sha change without changing the version?
.github/workflows/scorecards.yml
Outdated
@@ -20,7 +20,7 @@ jobs: | |||
|
|||
steps: | |||
- name: "Checkout code" | |||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.0.0 | |||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # tag=v3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the sha change without changing the version?
@@ -43,7 +43,7 @@ jobs: | |||
|
|||
steps: | |||
- name: Checkout repository | |||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | |||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the sha change without changing the version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the hashes are right but some of the comments are wrong, see
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
Bumps actions/checkout from 3 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)