Mercurial > p > roundup > code
diff .github/workflows/ossf-scorecard.yml @ 8579:d2304f4774ae
update upload-artifact to version 7.0.1 pull #88
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 19 Apr 2026 22:51:54 -0400 |
| parents | 4fe0d14cf915 |
| children |
line wrap: on
line diff
--- a/.github/workflows/ossf-scorecard.yml Sun Apr 19 22:28:17 2026 -0400 +++ b/.github/workflows/ossf-scorecard.yml Sun Apr 19 22:51:54 2026 -0400 @@ -62,7 +62,7 @@ # 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif
