Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7293:1bb57a872fe7
Bump github/codeql-action from 2.3.0 to 2.3.2 - https://github.com/roundup-tracker/roundup/pull/27
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 01 May 2023 11:30:28 -0400 |
| parents | 6bffcc837bf7 |
| children | b2183096b678 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Wed Apr 26 10:54:27 2023 -0400 +++ b/.github/workflows/anchore.yml Mon May 01 11:30:28 2023 -0400 @@ -50,8 +50,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 - # v2.3.0 + uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a + # v2.3.2 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
