From 134b942494730708569e59a978e29722f2887ce0 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 8 May 2026 15:48:06 +0200 Subject: [PATCH] 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. --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fbcd04cce..5e3b39a3e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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