Skip to content

Commit b4c4d7c

Browse files
authored
fixing sast (#2151)
1 parent cd5b311 commit b4c4d7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
- name: CodeQL Analyze
5555
uses: github/codeql-action/analyze@v3
5656
with:
57-
category: "/language:${{ matrix.languages}}"
57+
category: "/language:${{ matrix.languages}}"
58+
# need org username and pat to access private libraries

0 commit comments

Comments
 (0)