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) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-26 19:26:18 +01:00
parent cce2ddea5c
commit ed4757382a
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -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 }}