diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 5d0f67545e935..5fccde39ae672 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -26,7 +26,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d39d5d5c9707b926d517b1b292905ef4c03aa777 + uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -53,4 +53,4 @@ jobs: git clean -xdf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d39d5d5c9707b926d517b1b292905ef4c03aa777 + uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466 diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index a7aab28be6b00..c96e447ff95e3 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d39d5d5c9707b926d517b1b292905ef4c03aa777 + uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -65,4 +65,4 @@ jobs: - name: Perform CodeQL Analysis if: env.BUILD_TARGETS != '' - uses: github/codeql-action/analyze@d39d5d5c9707b926d517b1b292905ef4c03aa777 + uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466