From 8dc496554c369780df774a95a87c131e4b983b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:46:45 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to a3795eb --- .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 031557aa..7fdddb16 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@82ba90b1d9944fe69c9c84e08d0cbd03406bf856 #codeql-bundle-20221020 + uses: github/codeql-action/init@a3795eb30d4c910531f6c4164cf1820dc8bcafbd #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@82ba90b1d9944fe69c9c84e08d0cbd03406bf856 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@a3795eb30d4c910531f6c4164cf1820dc8bcafbd #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@82ba90b1d9944fe69c9c84e08d0cbd03406bf856 #codeql-bundle-20221020 \ No newline at end of file + uses: github/codeql-action/analyze@a3795eb30d4c910531f6c4164cf1820dc8bcafbd #codeql-bundle-20221020 \ No newline at end of file