trying scorecard update one more time (#841)

* trying scorecard update one more time
This commit is contained in:
aiuto 2024-04-02 11:48:37 -04:00 committed by GitHub
parent e14245aa96
commit a56b1d9d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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
@ -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