Skip to content

Commit ee6e2e1

Browse files
committed
Minor fixes
1 parent 7272cff commit ee6e2e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212

1313
permissions:
1414
security-events: write
15+
# required to fetch internal or private CodeQL packs
16+
packages: read
1517

1618
jobs:
1719
CodeQL-Build:
@@ -55,3 +57,5 @@ jobs:
5557

5658
- name: Perform CodeQL Analysis
5759
uses: github/codeql-action/analyze@v4
60+
with:
61+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)