-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump actions/checkout from 4.3.1 to 6.0.2 #21
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: master
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 |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ jobs: | |
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
|
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. 🔴 HIGH RISK The version v6.0.2 for actions/checkout does not exist. The latest major version is v4. Using a non-existent version will cause the workflow to fail. Try running the following prompt in your coding agent: > Update all actions/checkout references to the latest v4 release SHA and version tag. |
||
|
|
||
| - name: Setup Node | ||
| uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout repo with history | ||
| uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
|
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. 🔴 HIGH RISK The version v6.0.2 for actions/checkout does not exist. The latest major version is v4. Using a non-existent version will cause the workflow to fail. Try running the following prompt in your coding agent: > Update all actions/checkout references to the latest v4 release SHA and version tag. |
||
| with: | ||
| fetch-depth: 0 | ||
| - uses: Rebilly/lexi@5a517542b048ca8cb46e43f27736fed84dfb0e84 # v2 | ||
|
|
||
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.
🔴 HIGH RISK
The version v6.0.2 for actions/checkout does not exist. The latest major version is v4. Using a non-existent version will cause the workflow to fail. Try running the following prompt in your coding agent: > Update all actions/checkout references to the latest v4 release SHA and version tag.