Skip to content

chore: upgrade CodeQL Action from v3 to v4#15

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/enable-code-scanning-features
Closed

chore: upgrade CodeQL Action from v3 to v4#15
Copilot wants to merge 2 commits intomainfrom
copilot/enable-code-scanning-features

Conversation

Copy link

Copilot AI commented Feb 26, 2026

CodeQL Action v3 is being deprecated in December 2026. The CI workflow was also generating permission warnings due to the v3 action attempting API calls that require security-events: read on fork PRs.

Changes

  • .github/workflows/ci.yml: Updated both CodeQL action references from @v3 to @v4
-        uses: github/codeql-action/init@v3
+        uses: github/codeql-action/init@v4

-        uses: github/codeql-action/analyze@v3
+        uses: github/codeql-action/analyze@v4

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hi @Copilot! 👋

Your private repo does not have access to Sourcery.

Please upgrade to continue using Sourcery ✨

Co-authored-by: bernardopg <69475128+bernardopg@users.noreply.github.com>
Copilot AI changed the title [WIP] Enable code scanning for repository chore: upgrade CodeQL Action from v3 to v4 Feb 26, 2026
@bernardopg bernardopg closed this Feb 26, 2026
@bernardopg bernardopg deleted the copilot/enable-code-scanning-features branch February 26, 2026 13:19
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