Skip to content

Commit

Permalink
Merge pull request #2488 from jku/revert-scorecard-pinning
Browse files Browse the repository at this point in the history
workflows: Partially revert action versions
  • Loading branch information
lukpueh authored Oct 10, 2023
2 parents 00b67c0 + d5c953d commit 038ecd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: "Run analysis"
uses: ossf/scorecard-action@v2 # unpinned since this is not security critical
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
with:
results_file: results.sarif
# sarif format required by upload-sarif action
Expand Down

0 comments on commit 038ecd6

Please sign in to comment.