We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5739e3e commit fc2a02fCopy full SHA for fc2a02f
.github/workflows/gitleaks.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
name: gitleaks
4
5
on: # yamllint disable-line rule:truthy
@@ -22,10 +21,10 @@ jobs:
22
21
23
runs-on: ubuntu-24.04
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26
with:
27
fetch-depth: 0
28
- - uses: gitleaks/gitleaks-action@v2
+ - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
# Only required for Organizations, not personal accounts.
0 commit comments