From 9dd2c04fd01504a4bea85719021cd38936dd4eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:34:22 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v1.1.4 (#14564) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6339a13de6..bd53ac2bf0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,7 +26,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 + uses: github/codeql-action/init@f5d822707ee6e8fb81b04a5c0040b736da22e587 # tag=v1.1.4 with: config-file: ./.github/codeql/codeql-config.yml languages: javascript @@ -37,7 +37,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 + uses: github/codeql-action/autobuild@f5d822707ee6e8fb81b04a5c0040b736da22e587 # tag=v1.1.4 # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl @@ -51,4 +51,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 + uses: github/codeql-action/analyze@f5d822707ee6e8fb81b04a5c0040b736da22e587 # tag=v1.1.4 -- GitLab