Skip to content

Update CodeQL workflow to v3 actions#1

Merged
mrwiora merged 3 commits intomasterfrom
copilot/fix-codeql-analysis
Jan 14, 2026
Merged

Update CodeQL workflow to v3 actions#1
mrwiora merged 3 commits intomasterfrom
copilot/fix-codeql-analysis

Conversation

Copy link
Contributor

Copilot AI commented Jan 14, 2026

The CodeQL workflow was using deprecated v1 and v2 actions that are no longer maintained by GitHub.

Changes

  • Updated actions/checkout from v2 to v4
  • Updated all github/codeql-action/* actions from v1 to v3 (init, autobuild, analyze)
  • Removed deprecated git checkout HEAD^2 workaround for pull requests (handled natively in checkout v4)
  • Removed fetch-depth: 2 configuration (unnecessary with current checkout action)

The workflow now uses supported action versions and eliminates deprecation warnings in CI.

Original prompt

fix the codeql analysis


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 14, 2026 11:39
Co-authored-by: mrwiora <2744285+mrwiora@users.noreply.github.com>
Co-authored-by: mrwiora <2744285+mrwiora@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CodeQL analysis process Update CodeQL workflow to v3 actions Jan 14, 2026
Copilot AI requested a review from mrwiora January 14, 2026 11:46
@mrwiora mrwiora marked this pull request as ready for review January 14, 2026 11:49
@mrwiora mrwiora merged commit 3d79951 into master Jan 14, 2026
2 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