Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/oss-scorecared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 29, 2024
1 parent 3fac6b2 commit 761d468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oss-scorecared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@v2.3.3
uses: ossf/scorecard-action@v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -76,6 +76,6 @@ jobs:

# required for Code scanning alerts
- name: "Upload SARIF results to code scanning"
uses: github/codeql-action/[email protected].14
uses: github/codeql-action/[email protected].15
with:
sarif_file: results.sarif

0 comments on commit 761d468

Please sign in to comment.