From 6b82c1485c7f1b4833df68b2424cd8553975df1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:44:17 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to a9648ea --- .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 363aea9..ab748b8 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/init@a9648ea7c684e61497d9a56b7b560a9640298dce #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@a9648ea7c684e61497d9a56b7b560a9640298dce #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d944b3423d194ae3a11d1d7291ab2f38eb94207a #codeql-bundle-20221020 + uses: github/codeql-action/analyze@a9648ea7c684e61497d9a56b7b560a9640298dce #codeql-bundle-20221020