Skip to content

Commit

Permalink
fix: add security results upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 11, 2022
1 parent 5817967 commit d28049d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: ${{ matrix.language }}
category: ${{ matrix.language }}-${{ env.GITHUB_SHA }}

- name: Upload sarif file
uses: github/codeql-action/upload-sarif@v2
with:
category: ${{ matrix.language }}
category: ${{ matrix.language }}-${{ env.GITHUB_SHA }}


Release:
Expand Down

0 comments on commit d28049d

Please sign in to comment.