Commit 134b942494 for strongswan.org

commit 134b942494730708569e59a978e29722f2887ce0
Author: Tobias Brunner <tobias@strongswan.org>
Date:   Fri May 8 15:48:06 2026 +0200

    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.

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index fbcd04cce3..5e3b39a3e2 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