From 9ac0adbbc836f9abfb9f7dbd74d3e56e146de608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:15:12 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v1.0.31 (#13) Co-authored-by: Renovate Bot --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49d9787d..d0c6b6b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,15 +74,15 @@ jobs: fetch-depth: 2 - name: Initialize CodeQL - uses: github/codeql-action/init@8b37404d562d866ad6a65d0ecb4fa5131e047ca4 # renovate: tag=v1.0.30 + uses: github/codeql-action/init@1a927e9307bc11970b2c679922ebc4d03a5bd980 # renovate: tag=v1.0.31 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@8b37404d562d866ad6a65d0ecb4fa5131e047ca4 # renovate: tag=v1.0.30 + uses: github/codeql-action/autobuild@1a927e9307bc11970b2c679922ebc4d03a5bd980 # renovate: tag=v1.0.31 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8b37404d562d866ad6a65d0ecb4fa5131e047ca4 # renovate: tag=v1.0.30 + uses: github/codeql-action/analyze@1a927e9307bc11970b2c679922ebc4d03a5bd980 # renovate: tag=v1.0.31 build: runs-on: ubuntu-latest