Skip to content

Commit

Permalink
Merge pull request #629 from evo-lua/codeql-cache-churn
Browse files Browse the repository at this point in the history
Disable TRAP caching for the CodeQL workflow
  • Loading branch information
rdw-software authored Jan 7, 2025
2 parents cc4b43f + b043abc commit 51520d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/codeql.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CODEQL_ACTION_CLEANUP_TRAP_CACHES=true
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
fetch-depth: 1
submodules: recursive

- name: Set up environment
run: |
set -a
source .github/codeql.env
cat .github/codeql.env >> $GITHUB_ENV
echo $(pwd) >> $GITHUB_PATH
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL scan
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 51520d0

Please sign in to comment.