Mercurial > p > roundup > code
comparison .github/workflows/ossf-scorecard.yml @ 7619:92cc709b43ee
chore(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 - https://github.com/roundup-tracker/roundup/pull/49
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:02:24 -0400 |
| parents | 926ea14c3450 |
| children | bdc81c1e2eec |
comparison
equal
deleted
inserted
replaced
| 7618:b3fdbeeda89e | 7619:92cc709b43ee |
|---|---|
| 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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | 65 uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
| 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 |
