Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 8578:670c0ed0becd | 8579:d2304f4774ae |
|---|---|
| 60 publish_results: true | 60 publish_results: true |
| 61 | 61 |
| 62 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | 62 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF |
| 63 # format to the repository Actions tab. | 63 # format to the repository Actions tab. |
| 64 - name: "Upload artifact" | 64 - name: "Upload artifact" |
| 65 uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 | 65 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
| 66 with: | 66 with: |
| 67 name: SARIF file | 67 name: SARIF file |
| 68 path: results.sarif | 68 path: results.sarif |
| 69 retention-days: 5 | 69 retention-days: 5 |
| 70 | 70 |
