Skip to content

Commit 5d1a25f

Browse files
fix(ci): pin upload-artifact to valid SHA in hypatia-scan.yml (Refs standards#48) (#57)
Generator-materialized `hypatia-scan.yml` pinned `actions/upload-artifact@v4` to nonexistent SHA `65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478`; corrected to `ea165f8d65b6e75b540449e92b4886f43607fa02`. Generator already fixed (gitbot-fleet#163). 2 file(s). Refs standards#48 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 7033454 commit 5d1a25f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

absolute-zero/.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
7575
7676
- name: Upload findings artifact
77-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
77+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7878
with:
7979
name: hypatia-findings
8080
path: hypatia-findings.json
@@ -175,4 +175,4 @@ jobs:
175175
repo: context.repo.repo,
176176
issue_number: context.issue.number,
177177
body: comment
178-
});
178+
});

aletheia/.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
7676
7777
- name: Upload findings artifact
78-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7979
with:
8080
name: hypatia-findings
8181
path: hypatia-findings.json

0 commit comments

Comments
 (0)