Mercurial > p > roundup > code
diff .github/workflows/anchore.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 | cc49ac11850f |
| children | 8dc5b3739367 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sun Feb 26 23:38:06 2023 -0500 +++ b/.github/workflows/anchore.yml Sun Feb 26 23:39:27 2023 -0500 @@ -48,8 +48,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 - # v2.2.4 + uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 + # v2.2.5 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
