diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a6f4293c7004340d6cdda7530b875275c5125744..41bb45f1ca237d1e418f5c168fc16d7512020676 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@84173b94c97f24e0be9c585133d8e0421efca515 # renovate: tag=v1.0.6 + uses: github/codeql-action/init@592af860c5202d807cbd19ffcf9bd63cf3b7edf2 # renovate: tag=v1.0.7 # Override language selection by uncommenting this and choosing your languages # with: @@ -30,7 +30,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@84173b94c97f24e0be9c585133d8e0421efca515 # renovate: tag=v1.0.6 + uses: github/codeql-action/autobuild@592af860c5202d807cbd19ffcf9bd63cf3b7edf2 # renovate: tag=v1.0.7 # â„¹ï¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -44,4 +44,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@84173b94c97f24e0be9c585133d8e0421efca515 # renovate: tag=v1.0.6 + uses: github/codeql-action/analyze@592af860c5202d807cbd19ffcf9bd63cf3b7edf2 # renovate: tag=v1.0.7