Skip to content
Open
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 @@ -73,6 +73,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep CodeQL action steps on the same version

When this workflow runs, init still saves the CodeQL configuration as version 4.36.2, but this step now runs analyze at 4.37.4; CodeQL validates the saved config version against the running action version and fails with Loaded a configuration file for version '4.36.2', but running version '4.37.4'. Please bump the init and autobuild steps to the same SHA/tag as analyze so the CodeQL job can complete.

Useful? React with 👍 / 👎.

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