diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 14e820fb7a2c79a5d0ad0dc101f8694876f9c744..6339a13de6b77fd6194f98d0cad85d1f476cbb58 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