Merge pull request #72 from AAdewunmi/fix-errors

Fix scorecard artifact upload action
This commit is contained in:
Adrian Adewunmi 2026-07-24 12:19:15 +01:00 committed by GitHub
commit 2934c4b380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ 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@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
uses: actions/upload-artifact@v7
with:
name: SARIF file
name: results-sarif
path: results.sarif
retention-days: 5