Skip to content

Commit b62a030

Browse files
Add pack install per language
1 parent 910a15e commit b62a030

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

.github/workflows/copilot-setup-steps.yaml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,47 @@ jobs:
3434
- name: Copilot Setup - Install CodeQL
3535
uses: ./.github/actions/install-codeql
3636

37-
- name: Copilot Setup - Install CodeQL packs
38-
uses: ./.github/actions/install-codeql-packs
37+
- name: Copilot Setup - Install CodeQL packs (common)
38+
uses: ./.github/actions/install-codeql-packs
39+
with:
40+
language: common
41+
42+
- name: Copilot Setup - Install CodeQL packs (cpp)
43+
uses: ./.github/actions/install-codeql-packs
44+
with:
45+
language: cpp
46+
47+
- name: Copilot Setup - Install CodeQL packs (csharp)
48+
uses: ./.github/actions/install-codeql-packs
49+
with:
50+
language: csharp
51+
52+
- name: Copilot Setup - Install CodeQL packs (go)
53+
uses: ./.github/actions/install-codeql-packs
54+
with:
55+
language: go
56+
57+
- name: Copilot Setup - Install CodeQL packs (java)
58+
uses: ./.github/actions/install-codeql-packs
59+
with:
60+
language: java
61+
62+
- name: Copilot Setup - Install CodeQL packs (javascript)
63+
uses: ./.github/actions/install-codeql-packs
64+
with:
65+
language: javascript
66+
67+
- name: Copilot Setup - Install CodeQL packs (python)
68+
uses: ./.github/actions/install-codeql-packs
69+
with:
70+
language: python
71+
72+
- name: Copilot Setup - Install CodeQL packs (ruby)
73+
uses: ./.github/actions/install-codeql-packs
74+
with:
75+
language: ruby
76+
77+
- name: Copilot Setup - Install CodeQL packs (swift)
78+
uses: ./.github/actions/install-codeql-packs
79+
with:
80+
language: swift

0 commit comments

Comments
 (0)