chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.0 - #6118
dependabot[bot] wants to merge 1 commit into
Conversation
--- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a fluid-cloudnative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
|
/copilot review |
|
@gemini-code-assist /review |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.29.5 | ||
| uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3.29.5 |
There was a problem hiding this comment.
The SHA bump itself is correct: 99df26d4 is the real v4.37.0 release commit in github/codeql-action, which matches the PR title. The nit is the trailing comment. It still reads # v3.29.5, and that annotation is stale on both sides of the diff (the previous 8aad20d SHA was actually v4.37.0's predecessor v4.36.2, not v3.29.5). Dependabot didn't rewrite it, so it now points a reader at the wrong version. Worth correcting to # v4.37.0 so the human-readable comment matches the pinned commit; the same stale # v3.29.5 comment is also on the init step above. Non-blocking. Ideally land this alongside #6120 (init) and #6119 (upload-sarif) so all codeql-action steps stay on the same version.
|
Superseded by #6125. |



Dependabot 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)