From 7b7b22cec46a0c9dbca622df39faee78e1bfa1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 20:53:27 -0300 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.37.3 to 4.37.4 (#9458) Merge-train validated (tip 6ce4effef8). Vitest failures confirmed as base-red (#9679). --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ccfd170c9b..1881ebc0fc 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -372,7 +372,7 @@ jobs: - name: Upload Trivy SARIF to Security tab if: needs.prepare.outputs.version != 'main' continue-on-error: true - uses: github/codeql-action/upload-sarif@v4.37.3 + uses: github/codeql-action/upload-sarif@v4.37.4 with: sarif_file: trivy-results.sarif category: trivy-image