Revert "Skip Gitleaks scan for Dependabot PRs"

This reverts commit b15c5af72c.
This commit is contained in:
Ullrich Schäfer 2026-03-29 10:40:08 +02:00
parent b15c5af72c
commit 33c0315941
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -23,7 +23,6 @@ jobs:
with:
fetch-depth: 0
- name: Gitleaks
if: github.actor != 'dependabot[bot]'
uses: trails-cool/gitleaks-action@4cbc857b9cfa2a3297fe2be1078e196d30d1b424
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}