Skip to content

Commit 100aa8a

Browse files
ci: bump actions/upload-artifact SHA to current v4 (#44)
Fixes estate-wide Hypatia Security Scan + Static Analysis Gate red. The pinned SHA `65c79d7...` for `actions/upload-artifact@v4` no longer resolves; current v4 = `ea165f8d`. Tracked in `hyperpolymath/hypatia#213`.
1 parent 0404fee commit 100aa8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
8080
8181
- name: Upload findings artifact
82-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
82+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8383
with:
8484
name: hypatia-findings
8585
path: hypatia-findings.json
@@ -185,4 +185,4 @@ jobs:
185185
- name: K9-SVC Validation
186186
run: |
187187
echo "K9-SVC validation"
188-
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"
188+
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"

0 commit comments

Comments
 (0)