Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.github/workflows/ossf-scorecard.yml Mon Sep 11 00:01:45 2023 -0400 +++ b/.github/workflows/ossf-scorecard.yml Mon Sep 11 00:02:24 2023 -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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: SARIF file path: results.sarif
