From 6f008c4a7a04c5ab836ff96c0bdad594ef7834a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:01:41 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.26.10 --- .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 5f347bb..fca09d5 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -82,7 +82,7 @@ jobs: output: trivy-${{ matrix.image.image-name }}.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 + uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 if: ${{ steps.changes.outputs.needs_build == 'true' && github.event.sender.login != 'dependabot[bot]' }} with: sarif_file: trivy-${{ matrix.image.image-name }}.sarif