Skip to content

Commit

Permalink
ci/codeql: Disable "trap" caching (#36985)
Browse files Browse the repository at this point in the history
Workaround for #36984

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Nov 6, 2024
1 parent 5e8995f commit ee06c6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -75,3 +76,5 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # codeql-bundle-v3.27.0
with:
trap-caching: false
3 changes: 3 additions & 0 deletions .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down Expand Up @@ -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

0 comments on commit ee06c6d

Please sign in to comment.