diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 26b904310cd67..fa7c54ee36f66 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -28,7 +28,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 + uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -55,4 +55,4 @@ jobs: git clean -xdf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 + uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index adc073df022e2..6f6c72d5ccd82 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -41,7 +41,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 + uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -71,4 +71,4 @@ jobs: - name: Perform CodeQL Analysis if: env.BUILD_TARGETS != '' - uses: github/codeql-action/analyze@6a38b7d4a1af70deb1b561eb77db2b5e5a6a1e69 + uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f