build(deps): bump github/codeql-action/analyze from 4.37.9 to 4.38.0 - #2187
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.9 to 4.38.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdf488f...b96794f) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Superseded by #2243, merged as c58eb61 — thank you, the version detection here was correct and useful. Closing because this one could not have gone green on its own, and it is worth writing down why rather than leaving it looking like a rejected bump.
The action says so directly in the same log: "Not all workflow steps that use #2243 moves both refs in one commit, to Nothing was wrong with this bump. It just needed a sibling. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Dependabot split one upgrade across three PRs -- init (DeusData#2185), analyze (DeusData#2187) and upload-sarif (DeusData#2186) -- but init and analyze share a configuration file and CodeQL refuses to read one written by a different version: Loaded a configuration file for version '4.38.0', but running version '4.37.9' So DeusData#2185 and DeusData#2187 each go red on their own and neither can reach a green required check, which means they cannot be merged one after the other either: whichever lands first leaves the pair mismatched. The action also warns about it directly -- "Not all workflow steps that use github/codeql-action actions use the same version". Both refs in codeql.yml therefore move in one commit, to the same pinned SHA b96794f015dfd88f77b49b1c93e0fa7110f94c63 that both bot PRs target. scorecard.yml's upload-sarif is deliberately not touched here: it runs in a separate workflow that shares no configuration with init/analyze, which is why DeusData#2186 is green on its own and can land as its own PR. Supersedes DeusData#2185 and DeusData#2187. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>
Bumps github/codeql-action/analyze from 4.37.9 to 4.38.0.
Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a902d5093Update changelog for v4.38.07e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizingbfcc52bRun slow macOS checks on larger runners8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.00b7ca40Add changelog note40484b3Update default bundle to codeql-bundle-v2.27.0977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup40a6b38Address toolcache cleanup review feedbackdeece8fApply suggestion from@henrymercerDependabot 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)