diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 2bbb0cf73..25a7b121b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -133,7 +133,7 @@ jobs: run: cat ${{ steps.scan.outputs.sarif }} - name: Upload Anchore scan SARIF report if: always() - uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 with: sarif_file: ${{ steps.scan.outputs.sarif }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 968d064a2..3c7dfb95d 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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 + uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 with: sarif_file: ${{ steps.scan.outputs.sarif }}