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 @@ -58,6 +58,6 @@ jobs:
build-mode: ${{ matrix.build-mode }}

- name: Analyze
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
uses: github/codeql-action/analyze@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

A version mismatch has been detected between the CodeQL action steps. The 'init' step (line 55) is still using v4.37.4, while the 'analyze' step is being updated to v4.37.6. The github/codeql-action suite requires consistent versions across its component actions within the same job to ensure compatibility and prevent runtime failures. It is recommended to update all occurrences of the suite in the workflow to the same version and synchronize the commit SHAs.

with:
category: /language:${{ matrix.language }}
Loading