chore(deps): update actions/checkout action to v7#7
Conversation
| @@ -25,7 +25,7 @@ jobs: | |||
| outputs: | |||
| secrets_found: ${{ steps.scan.outputs.found }} | |||
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
| @@ -47,7 +47,7 @@ jobs: | |||
| outputs: | |||
| approved: ${{ steps.review.outputs.approved }} | |||
| steps: | |||
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
| @@ -83,7 +83,7 @@ jobs: | |||
| outputs: | |||
| passed: ${{ steps.gate.outputs.passed }} | |||
| steps: | |||
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
| github.event_name == 'pull_request' | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v7 |
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
| @@ -123,7 +123,7 @@ jobs: | |||
| github.event_name == 'push' && | |||
| github.ref == 'refs/heads/main' | |||
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
| @@ -18,7 +18,7 @@ jobs: | |||
| name: Version & Publish | |||
| runs-on: ubuntu-latest | |||
There was a problem hiding this comment.
[HIGH] correctness
Updating actions/checkout to non-existent version v7
💡 Use actions/checkout@v4 instead, as v7 is not a valid version tag for this action
There was a problem hiding this comment.
AI Code Review ❌
Found 6 finding(s):
HIGH (6)
.github/workflows/code-review.yml:26— Updating actions/checkout to non-existent version v7.github/workflows/code-review.yml:49— Updating actions/checkout to non-existent version v7.github/workflows/code-review.yml:85— Updating actions/checkout to non-existent version v7.github/workflows/code-review.yml:112— Updating actions/checkout to non-existent version v7.github/workflows/code-review.yml:124— Updating actions/checkout to non-existent version v7.github/workflows/release.yml:19— Updating actions/checkout to non-existent version v7
de2b8dd to
1a781f2
Compare
| @@ -25,7 +25,7 @@ jobs: | |||
| outputs: | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
| @@ -47,7 +47,7 @@ jobs: | |||
| outputs: | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
| @@ -83,7 +83,7 @@ jobs: | |||
| outputs: | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
| @@ -109,7 +109,7 @@ jobs: | |||
| needs.quality-gate.outputs.passed == 'true' && | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
| @@ -123,7 +123,7 @@ jobs: | |||
| github.event_name == 'push' && | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
| @@ -18,7 +18,7 @@ jobs: | |||
| name: Version & Publish | |||
There was a problem hiding this comment.
[CRITICAL] security
Using non-existent actions/checkout@v7 version
💡 Revert to actions/checkout@v4 which is the latest legitimate version
There was a problem hiding this comment.
AI Code Review ❌
Found 6 finding(s):
CRITICAL (6)
.github/workflows/code-review.yml:25— Using non-existent actions/checkout@v7 version.github/workflows/code-review.yml:47— Using non-existent actions/checkout@v7 version.github/workflows/code-review.yml:83— Using non-existent actions/checkout@v7 version.github/workflows/code-review.yml:109— Using non-existent actions/checkout@v7 version.github/workflows/code-review.yml:123— Using non-existent actions/checkout@v7 version.github/workflows/release.yml:18— Using non-existent actions/checkout@v7 version
1a781f2 to
ca4e166
Compare
This PR contains the following updates:
v4→v7Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
v5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.