From 1672110854a6729a034d998fb09689e80d918ac6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Sep 2025 22:53:14 +0530 Subject: [PATCH] Turn off CodeQL TRAP caching It was using up the GitHub actions caching quota of 10GB --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e4dcd4bae..19ba1f743 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -59,6 +59,7 @@ jobs: uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} + trap-caching: false - name: Build kitty if: matrix.language == 'c' || matrix.language == 'go'