From 9468b9e63cabfb123c538fb8277d90632bbf27ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:56:34 +0000 Subject: [PATCH] chore(deps): bump gitleaks/gitleaks-action from 2 to 3 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2 to 3. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vuln.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/vuln.yml diff --git a/.github/workflows/vuln.yml b/.github/workflows/vuln.yml old mode 100755 new mode 100644 index aa35f29..fbfd5d2 --- a/.github/workflows/vuln.yml +++ b/.github/workflows/vuln.yml @@ -51,7 +51,7 @@ jobs: # ── Secrets: gitleaks ── - name: Gitleaks (secrets) - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} continue-on-error: true