From b537357c4adb33d47012e9099ec61fa124635d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:28:33 -0800 Subject: [PATCH] Bump gitleaks/gitleaks-action from 2.3.2 to 2.3.3 (#1530) * Add Expiry static factory methods (fixes #1499) * Bump gitleaks/gitleaks-action from 2.3.2 to 2.3.3 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/1f2d10fb689bc07a5f56f48d6db61f5bbbe772fa...cb7149a9b57195b609c63e8518d2c6056677d2d0) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 8976672a7a..5f799f9bc6 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -27,6 +27,6 @@ jobs: with: fetch-depth: 0 - name: Run gitleaks - uses: gitleaks/gitleaks-action@1f2d10fb689bc07a5f56f48d6db61f5bbbe772fa # v2.3.2 + uses: gitleaks/gitleaks-action@cb7149a9b57195b609c63e8518d2c6056677d2d0 # v2.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}