Skip to content

CodeQL Action versions are already up to date (v3) #2570

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 28, 2025

Investigation of CodeQL Action Versions

After reviewing the CodeQL workflows in the repository, I found that all instances of the CodeQL action are already using version 3:

  1. In .github/workflows/codeql-analysis.yml line 78:
uses: github/codeql-action/init@v3
  1. In .github/workflows/codeql-analysis.yml line 91:
uses: github/codeql-action/analyze@v3

No changes were required as the repository is already compliant with the requirement to use CodeQL Action v3 instead of the deprecated v1 and v2 versions.

Fixes #2552.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.fwupd.org
    • Triggering command: /usr/bin/fwupdmgr refresh (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 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.

@Copilot Copilot AI assigned Copilot and MSNev May 28, 2025
@Copilot Copilot AI changed the title [WIP] [Task] CodeQL Action major versions v1 and v2 have been deprecated. CodeQL Action versions are already up to date (v3) May 28, 2025
@Copilot Copilot AI requested a review from MSNev May 28, 2025 01:40
Copilot finished work on behalf of MSNev May 28, 2025 01:40
@MSNev MSNev closed this May 28, 2025
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.

[Task] CodeQL Action major versions v1 and v2 have been deprecated.
2 participants