-
Notifications
You must be signed in to change notification settings - Fork 6
ci: bump github/codeql-action/autobuild from 4.37.3 to 4.37.6 #607
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -42,7 +42,7 @@ jobs: | |||||
| languages: go | ||||||
|
|
||||||
| - name: Autobuild | ||||||
| uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 | ||||||
| uses: github/codeql-action/autobuild@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] The trailing pin comment reads
Suggested change
|
||||||
|
|
||||||
| - name: Perform CodeQL Analysis | ||||||
| uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 | ||||||
|
|
||||||
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 bumps
autobuildto 4.37.6 whileinit(line 40) andanalyze(line 48) stay pinned toe4fba868…(4.37.3).initstamps the saved CodeQL config with its own action version, andautobuildrejects a config whose version differs from its own, so the job dies before analysis runs.The CodeQL run on this head SHA failed at the Autobuild step:
with the annotation:
Companion PRs #604 (
init) and #605 (analyze) bump the same 4.37.3 → 4.37.6. No merge order of the three avoids a broken window — whichever lands first leavesmainwith a failing CodeQL Analyze job. Land all three pins together, or fold the other two lines into this branch: