From 36635b874b5e99070e0adfc1bfc23a2004e3264d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 02:12:18 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to 7e187e1 --- .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 1851832..1110c5d 100755 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -40,10 +40,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 + uses: github/codeql-action/init@7e187e1c529d80bac7b87a16e7a792427f65cf02 #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@7e187e1c529d80bac7b87a16e7a792427f65cf02 #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@dc046388f30eacf938aadd32064285f437bd9c04 #codeql-bundle-20221020 \ No newline at end of file + uses: github/codeql-action/analyze@7e187e1c529d80bac7b87a16e7a792427f65cf02 #codeql-bundle-20221020 \ No newline at end of file