We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3302870 commit cf70d54Copy full SHA for cf70d54
1 file changed
.github/workflows/hypatia-scan.yml
@@ -76,7 +76,7 @@ jobs:
76
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
77
78
- name: Upload findings artifact
79
- uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80
with:
81
name: hypatia-findings
82
path: hypatia-findings.json
@@ -177,4 +177,4 @@ jobs:
177
repo: context.repo.repo,
178
issue_number: context.issue.number,
179
body: comment
180
- });
+ });
0 commit comments