Skip to content

Commit

Permalink
trying scorecard update one more time (bazelbuild#841)
Browse files Browse the repository at this point in the history
* trying scorecard update one more time
  • Loading branch information
aiuto authored Apr 2, 2024
1 parent e14245a commit a56b1d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:

steps:
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4

- name: "Checkout code"
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
uses: ossf/scorecard-action@v2
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -62,7 +62,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
uses: actions/upload-artifact@v3
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit a56b1d9

Please sign in to comment.