Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7486:0b4028a75705
Bump github/codeql-action from 2.3.6 to 2.13.4 - https://github.com/roundup-tracker/roundup/pull/38
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 Jun 2023 23:49:05 -0400 |
| parents | e6cd3f3cd691 |
| children | 6dc7b1f1451c |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sun Jun 11 23:48:08 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Jun 11 23:49:05 2023 -0400 @@ -50,8 +50,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 - # v2.3.6 + uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a + # v2.13.4 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
