Skip to content

Commit 89d34c5

Browse files
authored
Merge pull request #2 from mschmicking/dependabot/github_actions/gitleaks/gitleaks-action-3
ci(deps): Bump gitleaks/gitleaks-action from 2 to 3
2 parents af83f63 + 4c61fc0 commit 89d34c5

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
@@ -28,7 +28,7 @@ jobs:
2828
# needs every commit ever made.
2929
fetch-depth: 0
3030

31-
- uses: gitleaks/gitleaks-action@v2
31+
- uses: gitleaks/gitleaks-action@v3
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
# Findings belong in the job log and the failed check, not in PR comments:

0 commit comments

Comments
 (0)