From e62df545d607b0c1e22451c3c413592fe8c4794a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 00:34:24 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4.31.0 --- .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 28b30a3..328a47e 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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9 + uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }} with: sarif_file: trivy-${{ matrix.image.image-name }}.sarif