-
Notifications
You must be signed in to change notification settings - Fork 8.3k
[release/v7.5.6] Bump github/codeql-action from 4.32.4 to 4.32.6 #27159
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 |
|---|---|---|
|
|
@@ -67,6 +67,6 @@ jobs: | |
|
|
||
| # Upload the results to GitHub's code scanning dashboard. | ||
| - name: "Upload to code-scanning" | ||
| uses: github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0 | ||
| uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5 | ||
|
Comment on lines
69
to
+70
|
||
| with: | ||
| sarif_file: results.sarif | ||
| sarif_file: results.sarif | ||
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 PR title/description indicates a bump to github/codeql-action 4.32.6, but this workflow pins init/analyze to a SHA annotated as v3.29.5. Please confirm the intended CodeQL Action release for this backport and update the inline version comment(s) (and/or the pinned SHA) so the workflow and PR metadata are consistent.