diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 038ae30..a7980e5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,3 +35,9 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 + + - name: Upload CodeQL SARIF report + uses: actions/upload-artifact@v3 + with: + name: codeql-sarif-report + path: codeql-results/sarif \ No newline at end of file