We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5b311 commit b4c4d7cCopy full SHA for b4c4d7c
1 file changed
.github/workflows/code-analysis.yml
@@ -54,4 +54,5 @@ jobs:
54
- name: CodeQL Analyze
55
uses: github/codeql-action/analyze@v3
56
with:
57
- category: "/language:${{ matrix.languages}}"
+ category: "/language:${{ matrix.languages}}"
58
+ # need org username and pat to access private libraries
0 commit comments