Update codeql action to 4.37.6 - #2190
Merged
Merged
Conversation
Bumps [github/codeql-action/autobuild](https://github.com/github/codeql-action) from 4.37.5 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.6 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.5 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.5 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.6 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.5 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@d1ba80a...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ub/codeql-action/analyze-4.37.6', 'origin/dependabot/github_actions/github/codeql-action/autobuild-4.37.6', 'origin/dependabot/github_actions/github/codeql-action/init-4.37.6' and 'origin/dependabot/github_actions/github/codeql-action/upload-sarif-4.37.6' into update-codeql-action-to-4.37.6
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the pinned commit SHAs for github/codeql-action steps in the repository’s GitHub Actions workflows so CodeQL analysis and SARIF uploads run with the newer CodeQL Action release (4.37.6).
Changes:
- Bump
github/codeql-action/init,autobuild, andanalyzein the CodeQL workflow to commit5595ccaf.... - Bump
github/codeql-action/upload-sarifin the security workflow (gosec + semgrep uploads) to commit5595ccaf....
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 init/autobuild/analyze steps to the new pinned commit SHA. |
| .github/workflows/security.yml | Updates SARIF upload steps (gosec, semgrep) to the new pinned commit SHA. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexeykiselev
approved these changes
Aug 7, 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 updating the action references to a newer commit hash, ensuring the workflows use the latest features and security patches.Workflow dependency updates:
.github/workflows/codeql-analysis.yml: Updated thegithub/codeql-action/init,autobuild, andanalyzesteps to use commit5595ccaf912efad79be6eef63a5619ff05969be3instead of the previous commit. [1] [2] [3].github/workflows/security.yml: Updated thegithub/codeql-action/upload-sarifstep in two places to use the new commit reference. [1] [2]Closes #2186
Closes #2187
Closes #2188
Closes #2189