From f5721871db210d04e9dfd5f745a87a48ce062f0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 21:56:09 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v1.1.3 (#14382) Co-authored-by: Renovate Bot <bot@renovateapp.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 14e820fb7a..6339a13de6 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@d39d5d5c9707b926d517b1b292905ef4c03aa777 # tag=v1.1.2 + uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 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@d39d5d5c9707b926d517b1b292905ef4c03aa777 # tag=v1.1.2 + uses: github/codeql-action/autobuild@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 # âšī¸ 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@d39d5d5c9707b926d517b1b292905ef4c03aa777 # tag=v1.1.2 + uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466 # tag=v1.1.3 -- GitLab