Commit 5e19808
authored
fix: use official gitleaks-action to fix 404 on version fetch (#19)
* fix: use official gitleaks-action to avoid GitHub API 404 on version fetch
The manual curl to GitHub API for latest gitleaks release was failing
with 404 due to rate limiting on unauthenticated requests.1 parent bd28c3e commit 5e19808
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments