Skip to content

Commit 89c995f

Browse files
build(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](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>
1 parent ca8d61c commit 89c995f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-gitleaks-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ inputs.checkout_ref != '' && inputs.checkout_ref || github.ref }}
2525

2626
- name: 🔐 Run gitleaks on PR changes
27-
uses: gitleaks/gitleaks-action@v2
27+
uses: gitleaks/gitleaks-action@v3
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
...

0 commit comments

Comments
 (0)