From ed4757382aacb1e19e5b3e50202b53be8557d986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Thu, 26 Mar 2026 19:26:18 +0100 Subject: [PATCH] Use forked gitleaks-action with merge_group support The upstream gitleaks/gitleaks-action@v2 errors on merge_group events. Use our fork which includes https://github.com/gitleaks/gitleaks-action/pull/186. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2e5c6a..f4c87ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: trails-cool/gitleaks-action@4cbc857b9cfa2a3297fe2be1078e196d30d1b424 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}