Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7235:743f02e916a7
Bump github/codeql-action from 2.2.7 to 2.2.8 - https://github.com/roundup-tracker/roundup/pull/12
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Mar 2023 22:19:16 -0400 |
| parents | f5e676c4383d |
| children | 821429f560cd |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Tue Mar 21 19:46:38 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Mar 26 22:19:16 2023 -0400 @@ -49,8 +49,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba - # v2.2.7 + uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d + # v2.2.8 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
