diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 37dc9b31d..85ea71276 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -134,7 +134,7 @@ jobs: run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index f41147c07..82ed56a2a 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -28,6 +28,6 @@ jobs: - name: Show Anchore scan SARIF report run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report - uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 + uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 with: sarif_file: ${{ steps.scan.outputs.sarif }}