Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 7485:e6cd3f3cd691 | 7486:0b4028a75705 |
|---|---|
| 48 with: | 48 with: |
| 49 image: "localbuild/testimage:latest" | 49 image: "localbuild/testimage:latest" |
| 50 fail-build: true | 50 fail-build: true |
| 51 - name: Upload Anchore Scan Report | 51 - name: Upload Anchore Scan Report |
| 52 if: always() | 52 if: always() |
| 53 uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 | 53 uses: github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a |
| 54 # v2.3.6 | 54 # v2.13.4 |
| 55 with: | 55 with: |
| 56 sarif_file: ${{ steps.scan.outputs.sarif }} | 56 sarif_file: ${{ steps.scan.outputs.sarif }} |
| 57 - name: Inspect action SARIF report | 57 - name: Inspect action SARIF report |
| 58 if: always() | 58 if: always() |
| 59 run: cat ${{ steps.scan.outputs.sarif }} | 59 run: cat ${{ steps.scan.outputs.sarif }} |
