diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 7f81d2d217929..e907ea95a0caf 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@0182a2c78c8a55b763909348834ed54d735ab3e2 + uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03 # 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@0182a2c78c8a55b763909348834ed54d735ab3e2 + uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03 diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 2c938a301a49c..a76451641251d 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@0182a2c78c8a55b763909348834ed54d735ab3e2 + uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03 # 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@0182a2c78c8a55b763909348834ed54d735ab3e2 + uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03