We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e1e76 commit 0e81b38Copy full SHA for 0e81b38
.github/workflows/gitleaks.yml
@@ -25,7 +25,7 @@ jobs:
25
gitleaks detect --source='/path' --report-format=json --report-path='/path/gitleaks-report.json'
26
27
- name: Upload Report
28
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
29
if: always()
30
with:
31
name: gitleaks-report-${{ github.sha }}
0 commit comments