Skip to content

Commit

Permalink
fix: disable upload if it is upload (#984)
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Brum <joycebrumu.u@gmail.com>

Signed-off-by: Joyce Brum <joycebrumu.u@gmail.com>
  • Loading branch information
joycebrum committed Oct 25, 2022
1 parent f8ef130 commit 65d39ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starter-workflows/code-scanning/scorecards.yml
Expand Up @@ -66,6 +66,7 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
if: ${{ github.event_name != 'pull_request' }}
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26
with:
sarif_file: results.sarif

0 comments on commit 65d39ac

Please sign in to comment.