From 50af92f8521fc310b6d7c5f7e447ccff52708bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 04:09:02 +0000 Subject: [PATCH] ci: bump gitleaks/gitleaks-action in the github-actions group Bumps the github-actions group with 1 update: [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/QA.yaml | 2 +- .github/workflows/security-scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index e01aad2..e6fbce3 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -68,7 +68,7 @@ jobs: with: fetch-depth: 0 - name: Run gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 777b52d..b92b70b 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -66,7 +66,7 @@ jobs: fetch-depth: 0 - name: Run gitleaks (full history) - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}