We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25a5f2 commit 8a8834eCopy full SHA for 8a8834e
1 file changed
.github/workflows/hypatia-scan.yml
@@ -79,7 +79,7 @@ jobs:
79
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
80
81
- name: Upload findings artifact
82
- uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
83
with:
84
name: hypatia-findings
85
path: hypatia-findings.json
@@ -185,4 +185,4 @@ jobs:
185
- name: K9-SVC Validation
186
run: |
187
echo "K9-SVC validation"
188
- [ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"
+ [ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"
0 commit comments