From 1c6c9269cf453bace40f54666cfd16394c95324c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 04:38:46 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to 6f5223d --- .github/workflows/scan.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 1725df6..75bcdeb 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@63470275e73bbef3ffab4f0bfff5b52e0772baf5 #codeql-bundle-20221020 + uses: github/codeql-action/init@6f5223db54afb6bccb7b88162896588caa1f611b #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@63470275e73bbef3ffab4f0bfff5b52e0772baf5 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@6f5223db54afb6bccb7b88162896588caa1f611b #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@63470275e73bbef3ffab4f0bfff5b52e0772baf5 #codeql-bundle-20221020 \ No newline at end of file + uses: github/codeql-action/analyze@6f5223db54afb6bccb7b88162896588caa1f611b #codeql-bundle-20221020 \ No newline at end of file