diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index bc3fcf9de..424d7c78e 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -54,4 +54,5 @@ jobs: - name: CodeQL Analyze uses: github/codeql-action/analyze@v3 with: - category: "/language:${{ matrix.languages}}" \ No newline at end of file + category: "/language:${{ matrix.languages}}" + # need org username and pat to access private libraries \ No newline at end of file