diff --git a/.github/actions/build-docker-image/action.yml b/.github/actions/build-docker-image/action.yml index a687d979..ef99812b 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.23.2 + uses: github/codeql-action/upload-sarif@v3.24.0 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