From 190ab02a95bedacee958e2aa2d5e7097354284b1 Mon Sep 17 00:00:00 2001 From: devex-sa Date: Sat, 13 Jun 2026 22:35:43 +0000 Subject: [PATCH] Update gitleaks/gitleaks-action action to v3 --- .github/workflows/security-gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-gitleaks.yml b/.github/workflows/security-gitleaks.yml index 750959d..eced2fd 100644 --- a/.github/workflows/security-gitleaks.yml +++ b/.github/workflows/security-gitleaks.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Scan with Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} \ No newline at end of file