From 233797af041088ff0217184ec27b260b559a065a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:36:36 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 4f3212b in .github/workflows/codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 571e4d7..cdb4cc5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3 + uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3 with: languages: go @@ -52,4 +52,4 @@ jobs: git submodule update --init --recursive go mod vendor - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3 \ No newline at end of file + uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3 \ No newline at end of file