From 3b2df331be5cb3f8c6204ea18747c99c1520538c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:58:48 +0000 Subject: [PATCH] ci: bump gitleaks/gitleaks-action from 1.6.0 to 2.3.9 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 1.6.0 to 2.3.9. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/518e4898c0cd1cc5d9aab6627a2eabd46e81d8da...ff98106e4c7b2bc287b24eaf42907196329070c7) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secrets.yml b/.github/workflows/secrets.yml index 3c0a8ca..e96a0b1 100644 --- a/.github/workflows/secrets.yml +++ b/.github/workflows/secrets.yml @@ -20,6 +20,6 @@ jobs: fetch-depth: 0 - name: Run Gitleaks - uses: gitleaks/gitleaks-action@518e4898c0cd1cc5d9aab6627a2eabd46e81d8da # v1.6.0 + uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9 with: config-path: .gitleaks.toml