Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions .github/workflows/copilot-setup-steps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,47 @@ jobs:
- name: Copilot Setup - Install CodeQL
uses: ./.github/actions/install-codeql

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

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

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

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

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

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

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

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

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