Skip to content

Commit 5c12fe3

Browse files
committed
chore(ci): update permissions and add category for CodeQL analysis
1 parent fa465d8 commit 5c12fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-with-codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
permissions:
1818
actions: read
1919
contents: read
20+
packages: read
2021
security-events: write
2122

2223
strategy:
@@ -50,3 +51,5 @@ jobs:
5051

5152
- name: Perform CodeQL Analysis
5253
uses: github/codeql-action/analyze@v3
54+
with:
55+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)