-
Notifications
You must be signed in to change notification settings - Fork 6
ci: bump github/codeql-action/init from 4.37.3 to 4.37.6 #604
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
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 |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ jobs: | |
| cache-dependency-path: cli/go.sum | ||
|
|
||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 | ||
| uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 | ||
|
Collaborator
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. [O-001] (Recommended — optional, not required to merge) Dependabot tracks each A group rule in groups:
codeql-action:
patterns:
- "github/codeql-action*"While editing those lines, the three CodeQL pins carry major-only |
||
| with: | ||
| languages: go | ||
|
|
||
|
|
||
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.
[F-001] This bump moves
initto v4.37.6, butautobuild(line 45) andanalyze(line 48) in this same workflow still point ate4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81(v4.37.3).initstamps its own version into the config it writes toRUNNER_TEMP, and the sibling steps enforce strict equality on that value — any difference, including a same-major patch delta, hard-errors rather than warning.The
Analyzecheck on this head SHA (90053ea) already completed withconclusion: failure:Merging this PR on its own takes the CodeQL security scan down on
main. Land it together with #605 (analyze) and #607 (autobuild) so all three sub-actions reach5595ccaf912efad79be6eef63a5619ff05969be3at once.The pin itself is correct —
5595ccaf912efad79be6eef63a5619ff05969be3dereferences exactly to thev4.37.6annotated tag. The only defect is the co-merge requirement.