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}}" +