Skip to content

Commit 30c295b

Browse files
committedJan 13, 2025
changed workflow
Signed-off-by: Sachin Panayil <[email protected]>
1 parent dfcc5a4 commit 30c295b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

‎.github/workflows/gitleaks.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
name: Run gitleaks
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
with:
13-
fetch-depth: 0
14-
- uses: gitleaks/gitleaks-action@v2
15-
env:
16-
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
- uses: actions/checkout@v3
12+
with: {fetch-depth: 0}
13+
14+
- name: Check for GitLeaks
15+
uses: gacts/gitleaks@v1
1816

0 commit comments

Comments
 (0)