Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7447:010eb3b00877
Bump github/codeql-action from 2.3.5 to 2.3.6 - https://github.com/roundup-tracker/roundup/pull/35
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 04 Jun 2023 22:38:29 -0400 |
| parents | 291c13c3b8e5 |
| children | e6cd3f3cd691 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Thu Jun 01 00:39:25 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Jun 04 22:38:29 2023 -0400 @@ -50,8 +50,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 - # v2.3.5 + uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 + # v2.3.6 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
