Skip to content

Commit

Permalink
ci: adhere to action restriction when uploading scorecard (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Dec 22, 2023
1 parent 436e7c6 commit 5871ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
publish_results: true

- name: Upload artifact
uses: ./.github/actions/artifact_upload
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: SARIF file
path: results.sarif
retention-days: 5
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
Expand Down

0 comments on commit 5871ff5

Please sign in to comment.