Mercurial > p > roundup > code
diff .github/workflows/ossf-scorecard.yml @ 7186:fcf7e210a0f9
upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 23:39:27 -0500 |
| parents | 1be1eedbf593 |
| children | 8dc5b3739367 |
line wrap: on
line diff
--- a/.github/workflows/ossf-scorecard.yml Sun Feb 26 23:38:06 2023 -0500 +++ b/.github/workflows/ossf-scorecard.yml Sun Feb 26 23:39:27 2023 -0500 @@ -67,6 +67,6 @@ # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27 + uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.1.27 with: sarif_file: results.sarif
