Fix version comments in workflow files to match codeql-action 4.32.0#165
Merged
bingenito merged 2 commits intodependabot/github_actions/github/codeql-action-4.32.0from Feb 4, 2026
Merged
Conversation
Co-authored-by: bingenito <28159742+bingenito@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump github/codeql-action from 4.31.9 to 4.32.0
Fix version comments in workflow files to match codeql-action 4.32.0
Feb 4, 2026
bingenito
approved these changes
Feb 4, 2026
There was a problem hiding this comment.
Pull request overview
This PR corrects version comments in GitHub workflow files that were outdated after a dependabot update. The dependabot PR updated the codeql-action SHA to b20883b0cd1f46c72ae0ba6d1090936928f9fa30 (corresponding to v4.32.0), but the inline version comments still referenced the old v3.29.5.
Changes:
- Updated version comments for codeql-action references from
v3.29.5tov4.32.0in workflow files - No functional changes to the workflows; only comment corrections
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/codeql.yml |
Updated version comments for three codeql-action steps (init, autobuild, analyze) to reflect v4.32.0 |
.github/workflows/scorecards.yml |
Updated version comment for the upload-sarif step to reflect v4.32.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bingenito
approved these changes
Feb 4, 2026
e469aa7
into
dependabot/github_actions/github/codeql-action-4.32.0
7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dependabot PR updated the codeql-action hash to
b20883b0cd1f46c72ae0ba6d1090936928f9fa30(v4.32.0), but left the inline version comments atv3.29.5.Changes:
.github/workflows/codeql.yml:init,autobuild, andanalyzesteps now show# v4.32.0.github/workflows/scorecards.yml:upload-sarifstep now shows# v4.32.0All version comments now accurately reflect the pinned version.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.