Skip to content

Fix mismatched CodeQL action versions - #1837

Merged
waldekmastykarz merged 1 commit into
dotnet:mainfrom
waldekmastykarz:waldekmastykarz-fix-codeql-workflow
Aug 28, 2026
Merged

Fix mismatched CodeQL action versions#1837
waldekmastykarz merged 1 commit into
dotnet:mainfrom
waldekmastykarz:waldekmastykarz-fix-codeql-workflow

Conversation

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

Summary

  • update the CodeQL analyze step to v4.37.8
  • keep the init and analyze steps pinned to the same commit
  • prevent configuration version mismatch failures during analysis and cleanup

Fixes the workflow regression introduced by #1834.

Keep the init and analyze steps pinned to CodeQL 4.37.8 so they share a compatible configuration format.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 28, 2026 08:01
@waldekmastykarz
waldekmastykarz requested a review from a team as a code owner August 28, 2026 08:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a CodeQL workflow regression by aligning the analyze step’s pinned github/codeql-action commit with the already-updated init step, preventing version/configuration mismatches during CodeQL analysis.

Changes:

  • Update github/codeql-action/analyze to the same pinned commit as github/codeql-action/init (v4.37.8 / commit db488dd).
  • Ensure the CodeQL workflow uses consistent action versions across initialization and analysis.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@waldekmastykarz
waldekmastykarz merged commit 9d4f5ed into dotnet:main Aug 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants