We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b24d3 commit b95845eCopy full SHA for b95845e
.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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