Skip to content

Update CodeQL Actions from deprecated v2 to v3#4432

Merged
GordonSmith merged 2 commits intotrunkfrom
copilot/fix-4431
Jul 23, 2025
Merged

Update CodeQL Actions from deprecated v2 to v3#4432
GordonSmith merged 2 commits intotrunkfrom
copilot/fix-4431

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 23, 2025

This PR updates all occurrences of the CodeQL Action in workflow files from the deprecated v2 to the current v3 version, as requested in the issue.

Changes Made

Updated .github/workflows/codeql-analysis.yml:

  • github/codeql-action/init@v2github/codeql-action/init@v3
  • github/codeql-action/analyze@v2github/codeql-action/analyze@v3

Context

CodeQL Action major versions v1 and v2 have been deprecated by GitHub. This update ensures the repository uses the supported v3 version to maintain security scanning functionality without interruption.

The changes are minimal and surgical - only updating version references in the workflow file without modifying any functionality or configuration.

Fixes #4431.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: GordonSmith <966863+GordonSmith@users.noreply.github.com>
Copilot AI changed the title [WIP] update all occurrences of the CodeQL Action in your workflow files to v3 Update CodeQL Actions from deprecated v2 to v3 Jul 23, 2025
Copilot AI requested a review from GordonSmith July 23, 2025 10:02
@GordonSmith GordonSmith marked this pull request as ready for review July 23, 2025 11:02
@GordonSmith GordonSmith merged commit ca3e257 into trunk Jul 23, 2025
2 of 3 checks passed
@GordonSmith GordonSmith deleted the copilot/fix-4431 branch July 23, 2025 11:13
GordonSmith added a commit that referenced this pull request Jul 23, 2025
* Initial plan

* Update CodeQL Actions from v2 to v3

Co-authored-by: GordonSmith <966863+GordonSmith@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: GordonSmith <966863+GordonSmith@users.noreply.github.com>
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.

update all occurrences of the CodeQL Action in your workflow files to v3

2 participants