From f526711feb2045f33696dd96ab06d2fcb7a847ff Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 2 May 2024 13:32:02 -0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e67e67d..ed772bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -90,6 +90,13 @@ jobs: uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" + + - name: Upload SARIF as a build artifact + uses: actions/upload-artifact@v4 + with: + name: sarif + path: code-scanning-results + retention-days: 700 - name: Upload CodeQL database prep id: codeql-database-bundle