diff --git a/.github/workflows/scan-dockerfile.yml b/.github/workflows/scan-dockerfile.yml index dd7bcdb1e..259a900dd 100644 --- a/.github/workflows/scan-dockerfile.yml +++ b/.github/workflows/scan-dockerfile.yml @@ -47,7 +47,7 @@ jobs: sarif_file: 'source-results.sarif' - name: Upload source scan results to GitHub Security tab if: github.event_name != 'pull_request' - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'source-results.sarif' category: source-results