Skip to content
Closed
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 @@ -36,4 +36,4 @@ jobs:
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
- uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
- uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Mixed CodeQL versions break analysis

With analyze upgraded alone, it consumes state created by older init and autobuild actions. CodeQL rejects inconsistent versions, so the required scan can fail.

Prompt for agents
Keep every github/codeql-action phase in .github/workflows/codeql.yml on one release commit. Update init, autobuild, and analyze together to the v4.37.9 SHA, retaining SHA pinning and matching version comments, so one CodeQL lifecycle never mixes action implementations.
Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Loading