From 8f0ead2888aa8e7ccbb3e48d5d753d271193ac89 Mon Sep 17 00:00:00 2001 From: "bot-akira[bot]" <159718293+bot-akira[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:08:05 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to b6a472f --- .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 41b85fc98..1989ab09a 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3 + uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3 with: sarif_file: trivy-results.sarif