From 75c34ed6c691f7b975cc24ee68ea7bfe3d792610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:56:34 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to 4888104 --- .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..67ed8909 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@4888104fe999a88fc3f13c6f73e8fe047871ffb6 #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@82ba90b1d9944fe69c9c84e08d0cbd03406bf856 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@4888104fe999a88fc3f13c6f73e8fe047871ffb6 #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@4888104fe999a88fc3f13c6f73e8fe047871ffb6 #codeql-bundle-20221020 \ No newline at end of file