chore(deps): bump github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3 - #89
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 69874b2404
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| uses: github/codeql-action/autobuild@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v3 | ||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v3 | ||
| uses: github/codeql-action/analyze@5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b # v3 |
There was a problem hiding this comment.
Bump CodeQL init/autobuild with analyze
Checked this workflow sequence: init and autobuild still run github/codeql-action at 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac (package 4.36.3), but analyze now runs 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b (package 4.37.5). CodeQL's config loader throws when the saved config version from init differs from the running action version (config.version !== getActionVersion()), so every PR/push/scheduled execution of this workflow reaches analysis with a version-mismatch error unless all CodeQL steps are pinned to the same SHA.
Useful? React with 👍 / 👎.
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac # v4 | ||
| uses: github/codeql-action/analyze@5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b # v4 |
There was a problem hiding this comment.
Bump CodeQL init/autobuild with analyze
This second CodeQL workflow has the same new mismatch: init and autobuild still use 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac while analyze now uses 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b. The CodeQL action persists the initializing action version and refuses to load that config from a different action version, so this job will fail at the analysis step on PR, push, and scheduled runs until the CodeQL action SHAs are updated together.
Useful? React with 👍 / 👎.
4155385 to
ebcb09a
Compare
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9cea582...1cd4d01) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 5d3eb98e4a780bfe1a53f57fbdc278ea5da1274b dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
ebcb09a to
cc96d66
Compare
|
❌ The last analysis has failed. |
Bumps github/codeql-action/analyze from 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac to 1cd4d01d58f636bbdbffbfd3c121b3446d07e9f3.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
1cd4d01Merge pull request #4061 from github/henrymercer/turbo-systemd2bfc30Merge pull request #4050 from github/mbg/status/registries68028fcMerge pull request #4062 from github/sam-robson/migrate-enterprise-release-patc29563eci: use federated enterprise release PAT155e522Link the PR from the changelog entry2d3b351Handle network errors when streaming the CodeQL bundle download5d3eb98Merge pull request #4055 from github/dependabot/npm_and_yarn/npm-minor-203262...c5f739bMerge branch 'main' into dependabot/npm_and_yarn/npm-minor-20326241872e53f1cMerge pull request #4056 from github/dependabot/github_actions/dot-github/wor...d0ee43aMerge pull request #4057 from github/mergeback/v4.37.4-to-main-f205ea1cNote
Bump
github/codeql-action/analyzeto commit1cd4d01Updates the pinned commit hash for
github/codeql-action/analyzein both codeql.yml and codeql-rust.yml.Macroscope summarized cc96d66.