ci: bump github/codeql-action/autobuild from 4.37.3 to 4.37.9 - #626
ci: bump github/codeql-action/autobuild from 4.37.3 to 4.37.9#626dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/autobuild](https://github.com/github/codeql-action) from 4.37.3 to 4.37.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/autobuild dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
🚀 Website Preview Your PR preview is ready! 📎 Preview URL: https://jongio.github.io/azd-app/pr/626/ This preview will be automatically cleaned up when the PR is closed. |
wbreza
left a comment
There was a problem hiding this comment.
What stood out
- Immutable pin preserved — The new SHA resolves to CodeQL Action v4.37.9 and retains the repository's immutable pin format.
The dependency update is valid, but the workflow's CodeQL steps must stay on one release.
Top issues
- [F-001] Keep CodeQL action components on one release —
.github/workflows/codeql.yml:45
|
|
||
| - name: Autobuild | ||
| uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 | ||
| uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4 |
There was a problem hiding this comment.
[F-001] Keep CodeQL action components on one release
The init step still writes configuration with v4.37.3, but the changed v4.37.9 autobuild step loads that file and rejects a version mismatch. This stops the CodeQL job before analysis. Pin init, autobuild, and analyze to the same release SHA.
Evidence: autobuild loads the configuration, and v4.37.9 rejects configuration whose recorded version differs from the running action:
https://github.com/github/codeql-action/blob/cdf488f595d80d6e07e03d4674febd5ab45fa938/src/autobuild-action.ts#L95-L99
https://github.com/github/codeql-action/blob/cdf488f595d80d6e07e03d4674febd5ab45fa938/src/config-utils.ts#L1427-L1430
Bumps github/codeql-action/autobuild from 4.37.3 to 4.37.9.
Release notes
Sourced from github/codeql-action/autobuild's releases.
Changelog
Sourced from github/codeql-action/autobuild's changelog.
... (truncated)
Commits
cdf488fMerge pull request #4107 from github/update-v4.37.9-920ba7cd17243f38Update changelog for v4.37.9920ba7cMerge pull request #4106 from github/update-bundle/codeql-bundle-v2.26.4ecfa6e1Add changelog noteadcdf4aUpdate default bundle to codeql-bundle-v2.26.4486fec2Merge pull request #4099 from github/update-supported-enterprise-server-versions134624cMerge pull request #4101 from github/dependabot/npm_and_yarn/npm-minor-457d82...ff43db8Merge pull request #4103 from github/mergeback/v4.37.8-to-main-db488dde4605e03Rebuild099c869Update changelog and version after v4.37.8Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)