Skip to content

Conversation

@MichaelRFairhurst
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

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 improves the Copilot setup process by adding language-specific CodeQL pack installations. Instead of installing all CodeQL packs at once, the workflow now installs packs separately for each supported language including common packs, C++, C#, Go, Java, JavaScript, Python, Ruby, and Swift.

  • Replaces single CodeQL pack installation step with language-specific installations
  • Adds support for 9 different languages with dedicated installation steps
  • Maintains the same action usage but with language-specific parameters

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

- name: Copilot Setup - Install CodeQL packs (go)
uses: ./.github/actions/install-codeql-packs
with:
language: go
Copy link

Copilot AI Sep 13, 2025

Choose a reason for hiding this comment

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

There is trailing whitespace after 'go' on this line. Remove the extra space for consistency.

Suggested change
language: go
language: go

Copilot uses AI. Check for mistakes.
@MichaelRFairhurst MichaelRFairhurst merged commit 1840353 into main Sep 13, 2025
12 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