Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7246:7fd9d0f15cf0
[chore] Bump github/codeql-action from 2.2.9 to 2.2.11 - https://github.com/roundup-tracker/roundup/pull/17
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Apr 2023 22:39:10 -0400 |
| parents | c6287f8b9f2e |
| children | 0ca12df8ef06 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Mon Apr 03 02:16:06 2023 -0400 +++ b/.github/workflows/anchore.yml Sun Apr 09 22:39:10 2023 -0400 @@ -49,8 +49,8 @@ fail-build: true - name: Upload Anchore Scan Report if: always() - uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b - # v2.2.9 + uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 + # v2.2.11 with: sarif_file: ${{ steps.scan.outputs.sarif }} - name: Inspect action SARIF report
