File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed
Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments