From 5445e817e9543068ad788335f6c7d62fb3832f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 17:14:50 +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/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7b4fab0..a234c42 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: { fetch-depth: 0 } - - uses: gitleaks/gitleaks-action@v2 + - uses: gitleaks/gitleaks-action@v3 - uses: oven-sh/setup-bun@v2 with: { bun-version: 1.3.14 } - run: bun install --frozen-lockfile