diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index 9ed9aec6..98e6971f 100644 --- a/.github/actions/build-docker-image/action.yml +++ b/.github/actions/build-docker-image/action.yml @@ -112,7 +112,7 @@ runs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name - name: Upload SARIF - uses: github/codeql-action/upload-sarif@v3.24.10 + uses: github/codeql-action/upload-sarif@v3.25.1 with: sarif_file: ${{ steps.filename.outputs.filename }} if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name