Bump CodeQL deps - #607
Merged
Merged
Conversation
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/autobuild](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ub/codeql-action/analyze-4.37.3', 'origin/dependabot/github_actions/github/codeql-action/autobuild-4.37.3', 'origin/dependabot/github_actions/github/codeql-action/init-4.37.3' and 'origin/dependabot/github_actions/github/codeql-action/upload-sarif-4.37.3' into bump-codeql-deps
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned github/codeql-action commit SHA used by the repository’s GitHub Actions security workflows, keeping CodeQL-related actions aligned with a newer upstream revision.
Changes:
- Bumped CodeQL
init,autobuild, andanalyzeaction references in the CodeQL analysis workflow toe4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81. - Bumped CodeQL
upload-sarifaction references in the security workflow toe4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81. - Removed all remaining references to the prior pinned SHA (
99df26d4f13ea111d4ec1a7dddef6063f76b97e9) in the repo.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/codeql-analysis.yml | Updates CodeQL action pins for init/autobuild/analyze to the newer commit SHA. |
| .github/workflows/security.yml | Updates CodeQL upload-sarif action pins to the newer commit SHA for SARIF uploads. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 30, 2026
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.
This pull request updates the GitHub Actions workflows to use a newer version of the
github/codeql-actionactions across both the CodeQL analysis and security workflows. The main change is upgrading the action references to a more recent commit hash, ensuring the latest features and security patches are used.CI/CD Dependency Updates:
github/codeql-action/init,autobuild, andanalyzeactions in.github/workflows/codeql-analysis.ymlto use commite4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81instead of99df26d4f13ea111d4ec1a7dddef6063f76b97e9. [1] [2] [3]github/codeql-action/upload-sarifaction in.github/workflows/security.ymlto use commite4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81instead of99df26d4f13ea111d4ec1a7dddef6063f76b97e9. [1] [2]