Skip to content

Commit

Permalink
Update CodeQL github action, add 'Upload CodeQL Results' step (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Borbe - ConsenSys <diana.borbe@consensys.net>
  • Loading branch information
diana-borbe-consensys authored Oct 22, 2024
1 parent ea017bb commit edb48a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
output: sarif-results
sarif-file: ${{ matrix.language }}-results.sarif
- name: Upload CodeQL Results
uses: actions/upload-artifact@v3
with:
name: codeql-results-${{ matrix.language }}
path: sarif-results
retention-days: 1

0 comments on commit edb48a7

Please sign in to comment.