From 5539e78fcce343b90a75c3ce647f50e70a153f0d Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 2 May 2024 13:26:36 -0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c1bf80c..e67e67d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -85,7 +85,12 @@ jobs: echo ' make bootstrap' echo ' make release' exit 1 - + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" + - name: Upload CodeQL database prep id: codeql-database-bundle env: @@ -103,8 +108,4 @@ jobs: with: name: ${{ matrix.language }}-db path: ${{ steps.codeql-database-bundle.outputs.zip }} - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: - category: "/language:${{matrix.language}}" +