We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6b205 commit c97aa95Copy full SHA for c97aa95
.github/workflows/secrets-scan.yml
@@ -25,8 +25,8 @@ jobs:
25
echo {{steps.scan.outputs.found-count}} && \
26
core.setFailed('Secrets found. Please check the uploaded report')
27
- name: Upload scan reports
28
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4.6.0
29
if: failure()
30
with:
31
name: whispers-report
32
- path: /home/runner/reports/whispers.json
+ path: /home/runner/reports/whispers.json
0 commit comments