diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index 6ba75d62cab4..65cdb84aeea9 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -38,6 +38,7 @@ jobs: # Override language selection by uncommenting this and choosing your languages with: languages: cpp + trap-caching: false - name: Install deps shell: bash @@ -75,3 +76,5 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # codeql-bundle-v3.27.0 + with: + trap-caching: false diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 7cd69403f3f0..8f38b6065a8b 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -70,6 +70,7 @@ jobs: uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # codeql-bundle-v3.27.0 with: languages: cpp + trap-caching: false - name: Install deps if: ${{ env.BUILD_TARGETS != '' }} @@ -112,3 +113,5 @@ jobs: - name: Perform CodeQL Analysis if: ${{ env.BUILD_TARGETS != '' }} uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # codeql-bundle-v3.27.0 + with: + trap-caching: false