From 0ba597a9636b8a5e8d5e3e4c3e61dfc8a97ea66b Mon Sep 17 00:00:00 2001 From: Habeeb Olokoto <81155372+olokotoh@users.noreply.github.com> Date: Thu, 19 Sep 2024 05:37:04 +0100 Subject: [PATCH] Update security-checks.yml --- .github/workflows/security-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-checks.yml b/.github/workflows/security-checks.yml index 7e2bf0bfef..8194ed7379 100644 --- a/.github/workflows/security-checks.yml +++ b/.github/workflows/security-checks.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gitleaks scan - uses: zricethezav/gitleaks-action@v8.19.2 + uses: gitleaks/gitleaks-action@v2 create-issue-on-failure: if: ${{ failure() }}