diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 0d1ede6c1695d..86e1f5e16366f 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -34,7 +34,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # codeql-bundle-v3.29.0 # Override language selection by uncommenting this and choosing your languages with: languages: cpp @@ -75,6 +75,6 @@ jobs: git clean -xdf - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # codeql-bundle-v3.29.0 with: trap-caching: false diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 29c2d10a936af..aee2c066a8cc9 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -67,7 +67,7 @@ jobs: - name: Initialize CodeQL if: ${{ env.BUILD_TARGETS != '' }} - uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # codeql-bundle-v3.29.0 with: languages: cpp trap-caching: false @@ -112,6 +112,6 @@ jobs: - name: Perform CodeQL Analysis if: ${{ env.BUILD_TARGETS != '' }} - uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # codeql-bundle-v3.28.19 + uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # codeql-bundle-v3.29.0 with: trap-caching: false diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ca2a1d719dfa4..448e4ab8d9e5f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -40,6 +40,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19 + uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 with: sarif_file: results.sarif