Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

The github/codeql-action/init and github/codeql-action/analyze actions should be kept at the same version to ensure compatibility and reliable analysis results. This update creates a mismatch with the analyze step at line 61. Try running the following prompt in your coding agent: > Update the github/codeql-action/analyze action at line 61 to use the same version and commit hash as the init action on line 55.

with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down
Loading