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 6737272 commit d75d275
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/self-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: main-${{ env.GITHUB_SHA }}

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


Release:
Expand Down

0 comments on commit d75d275

Please sign in to comment.