Uh oh!
There was an error while loading. Please reload this page.
chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.8 - #1306
chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.8#1306dependabot[bot] wants to merge 1 commit into
Conversation
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 | ||
| uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 |
There was a problem hiding this comment.
🔴 CodeQL init and analyze pinned to different versions
analyze was bumped to v4.37.8 while init stays at v4.37.0. CodeQL requires both to run the same version, and test_codeql_action_steps_use_one_version_per_workflow asserts a single ref per workflow, so analysis and the contract test both break.
Prompt for agents
The analyze step was bumped to github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 (v4.37.8) but the init steps at lines 93 and 200 still use github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 (v4.37.0). CodeQL requires init and analyze to run the same version, and tests/test_codeql_pr_workflow_contract.py::test_codeql_action_steps_use_one_version_per_workflow asserts every codeql-action init/analyze/upload-sarif ref in a workflow resolves to a single SHA. Bump the two init steps in codeql-pr.yml to the matching v4.37.8 SHA so all refs agree.
Was this helpful? React with 👍 or 👎 to provide feedback.
| - name: Perform CodeQL Analysis | ||
| continue-on-error: true | ||
| uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 | ||
| uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 |
There was a problem hiding this comment.
🔴 CodeQL analyze version split from init and upload-sarif
analyze was bumped to v4.37.8 while init and upload-sarif stay at v4.37.5. CodeQL requires init and analyze to match, and test_codeql_action_steps_use_one_version_per_workflow asserts a single ref per workflow, so both analysis and the contract test break.
Prompt for agents
The analyze step was bumped to github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 (v4.37.8) but init (line 93) and upload-sarif (line 134) still use d1ba80a13dd99fba24a470575428917156a28b43 (v4.37.5). CodeQL requires init and analyze to run the same version, and tests/test_codeql_pr_workflow_contract.py::test_codeql_action_steps_use_one_version_per_workflow asserts a single codeql-action SHA per workflow. Bump init and upload-sarif in scheduled-security-scan.yml to the matching v4.37.8 SHA.
Was this helpful? React with 👍 or 👎 to provide feedback.
b16129d to
c7e2246CompareBumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.0 to 4.37.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.0...db488dd) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
c7e2246 to
5f3140fCompare
Bumps github/codeql-action/analyze from 4.37.0 to 4.37.8.
Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
db488ddMerge pull request #4102 from github/update-v4.37.8-9ee088e131845f5bUpdate changelog for v4.37.89ee088eMerge pull request #4080 from github/henrymercer/studious-giggle1aef003Address review feedback on overlay disk flags508b83bMerge main into overlay minimum disk feature branchd97b342Merge pull request #4098 from github/mbg/permission-error-as-configuration-error47fa622MakeEACCESaConfigurationError45693ccRefactorENOSPCcheck intoisDiskConfigurationErrorfunctionc2fd8f5Merge pull request #4081 from github/mario-campos/version-cache-to-diskc56f48eLog unexpected conditions during caching CLI output