From 33c03159415a6413b0a5a1bad5dd8305ccbd3e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Sun, 29 Mar 2026 10:40:08 +0200 Subject: [PATCH] Revert "Skip Gitleaks scan for Dependabot PRs" This reverts commit b15c5af72c92ecc307e5d91e8ca0ea49ee680ff7. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 905ed3c..f4c87ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}