From 5bbebd6ba4c9c8a94a7ed04fcb49647d164551c5 Mon Sep 17 00:00:00 2001 From: "bot-akira[bot]" <159718293+bot-akira[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:14:05 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 461ef6c --- .github/workflows/scan-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-containers.yaml b/.github/workflows/scan-containers.yaml index a9e1f829f..44e3630f9 100644 --- a/.github/workflows/scan-containers.yaml +++ b/.github/workflows/scan-containers.yaml @@ -67,6 +67,6 @@ jobs: format: sarif output: trivy-results.sarif - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3 + uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 with: sarif_file: trivy-results.sarif