From 3a5d404ff4a8a27f7af123e37e7c6ae22b971e31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:01:16 +0000 Subject: [PATCH] Update github/codeql-action digest to 43a8916 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index af9d3b95e4..6627f43ef5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,7 +50,7 @@ jobs: cache: pipenv # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@3ab1d29793a7b28e33903fc553786c9ebdb816a3 # codeql-bundle-v2.16.1 + uses: github/codeql-action/init@43a8916cbe785c7fa6b2bf8805fbcdaddda6093b # codeql-bundle-v2.16.1 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -62,7 +62,7 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - uses: github/codeql-action/autobuild@3ab1d29793a7b28e33903fc553786c9ebdb816a3 # codeql-bundle-v2.16.1 + uses: github/codeql-action/autobuild@43a8916cbe785c7fa6b2bf8805fbcdaddda6093b # codeql-bundle-v2.16.1 # - run: | # echo "Run, Build Application using script" # ./location_of_script_within_repo/buildscript.sh @@ -72,7 +72,7 @@ jobs: # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - uses: github/codeql-action/analyze@3ab1d29793a7b28e33903fc553786c9ebdb816a3 # codeql-bundle-v2.16.1 + uses: github/codeql-action/analyze@43a8916cbe785c7fa6b2bf8805fbcdaddda6093b # codeql-bundle-v2.16.1 with: category: "/language:${{matrix.language}}" concurrency: