From efd6dcaa0a623c6b23d4254262b05cd01334faef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20M=C3=BCller?= Date: Thu, 16 Mar 2023 12:15:48 +0100 Subject: [PATCH] MAG2-282 - Trying to fix the gitleaks action without going to v2 --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index bae484dc..c49b3368 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v3 - name: gitleaks-action - uses: gitleaks/gitleaks-action@v1.6.0 + uses: FatchipRobert/gitleaks-action@v1.6.1