Skip to content

Commit 9d9e3c4

Browse files
chore(ci): bump gitleaks/gitleaks-action from 2 to 3 (#154)
Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2 to 3. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](gitleaks/gitleaks-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a496a18 commit 9d9e3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secret-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # Full history for comprehensive scan
2020

2121
- name: Run Gitleaks
22-
uses: gitleaks/gitleaks-action@v2
22+
uses: gitleaks/gitleaks-action@v3
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITLEAKS_ENABLE_COMMENTS: false

0 commit comments

Comments
 (0)