Skip to content

Commit

Permalink
Merge d6fdb84 into b9a8c66
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax authored Nov 5, 2024
2 parents b9a8c66 + d6fdb84 commit 9e7e9b3
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 9e7e9b3

Please sign in to comment.