Skip to content

Commit

Permalink
chore: Bump scorecard action (#1919)
Browse files Browse the repository at this point in the history
Summary: This upgrades pulls in a fix for
github.com/ossf/scorecard-action/issues/998 which was causing the action
to fail.

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: Scorecard runs should succeed again after this.

Signed-off-by: Vihang Mehta <[email protected]>
  • Loading branch information
vihangm authored May 27, 2024
1 parent 8d24b1c commit 1af42e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oss_scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
actions: read
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
- uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
with:
publish_results: true
results_file: results.sarif
Expand Down

0 comments on commit 1af42e3

Please sign in to comment.