-
Notifications
You must be signed in to change notification settings - Fork 11
build(deps): bump actions/checkout from 4.2.2 to 7.0.0 #33
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,7 +22,7 @@ jobs: | |||||
|
|
||||||
| steps: | ||||||
| - name: Checkout repository | ||||||
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||||||
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The user is attempting to bump actions/checkout to version 7.0.0. As of current public knowledge, the actions/checkout repository has not released a version 7.0.0. Using non-existent tags or mislabeled commits can cause workflow failures or security risks by bypassing version validation. Please verify the tag exists in the official repository.
Suggested change
|
||||||
|
|
||||||
| - name: Initialize CodeQL | ||||||
| uses: github/codeql-action/init@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3.36.3 | ||||||
|
|
||||||
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.
The user is attempting to bump 'actions/checkout' to version 'v7.0.0'. As of current records, 'actions/checkout' is on v4. The requested version v7.0.0 does not exist in the official GitHub Actions repository. This will cause the workflow to fail as the action cannot be found.