From bddda18a52ad05fcaa7d6cff121b54a9dad7bf72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:31:19 +0000 Subject: [PATCH] chore(deps-dev): update github/codeql-action digest to b88b550 --- .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 8f571945..943e76c1 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -43,10 +43,10 @@ jobs: - name: Checkout repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Initialize CodeQL - uses: github/codeql-action/init@a2d725ddd07c1b5c68c8c4661e21db42b9fca9d7 #codeql-bundle-20221020 + uses: github/codeql-action/init@b88b5503aaef4cb1da4c9827811bbd61d60c2e4c #codeql-bundle-20221020 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@a2d725ddd07c1b5c68c8c4661e21db42b9fca9d7 #codeql-bundle-20221020 + uses: github/codeql-action/autobuild@b88b5503aaef4cb1da4c9827811bbd61d60c2e4c #codeql-bundle-20221020 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a2d725ddd07c1b5c68c8c4661e21db42b9fca9d7 #codeql-bundle-20221020 + uses: github/codeql-action/analyze@b88b5503aaef4cb1da4c9827811bbd61d60c2e4c #codeql-bundle-20221020