Skip to content

Commit

Permalink
fix: update scorecard version to fix invalid key error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailswift committed Jun 22, 2023
1 parent cc2478e commit e9c59bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # tag=v2.0.3
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af
with:
results_file: results.sarif
results_format: sarif
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
with:
sarif_file: results.sarif
sarif_file: results.sarif

0 comments on commit e9c59bf

Please sign in to comment.