We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41d2ce commit 1bb7466Copy full SHA for 1bb7466
.github/workflows/scorecard.yaml
@@ -48,7 +48,7 @@ jobs:
48
results_format: sarif
49
repo_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_results: true
51
- - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
52
with:
53
name: SARIF file
54
path: results.sarif
.github/workflows/security-report.yaml
@@ -35,7 +35,7 @@ jobs:
35
sarifReportDir: ${{ github.workspace }}
36
template: report
37
token: ${{ secrets.GITHUB_TOKEN }}
38
39
40
name: Security Report Summary
41
path: ./*.pdf
0 commit comments