github: Disable TRAP caching for CodeQL workflow

This creates a cache entry of ~590 MB whenever master is built.  Not sure
if it actually provides any speed up.
This commit is contained in:
Tobias Brunner
2026-05-08 15:48:06 +02:00
parent c85901e2f2
commit 134b942494
+1
View File
@@ -38,6 +38,7 @@ jobs:
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/config.yml
trap-caching: false
- if: matrix.language == 'python' || matrix.language == 'ruby'
name: Autobuild