From e68f5dc66b85890e118c4b968681239f5451edd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:45:24 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.31.11 --- .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 0e2e1f2..1fb9195 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@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 + uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11 if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }} with: sarif_file: trivy-${{ matrix.image.image-name }}.sarif