From 0e653e88d8f9f3a88cfc635714e659bb6b9d0602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:57:52 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.37.6 --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 69794c0..3fc7bb5 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -87,7 +87,7 @@ jobs: output: trivy-${{ matrix.image.image-name }}.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }} with: sarif_file: trivy-${{ matrix.image.image-name }}.sarif