Skip to content

Commit

Permalink
update scorecard-action to 2.3.3 via SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 12, 2024
1 parent 03458dc commit ae4ada9
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 @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
with:
results_file: results.sarif
results_format: sarif
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
with:
sarif_file: results.sarif
sarif_file: results.sarif

0 comments on commit ae4ada9

Please sign in to comment.