Skip to content

Commit 73482e2

Browse files
hyperpolymathclaude
andcommitted
SHA-pin GitHub Actions and upgrade deprecated checkout versions
- Upgrade actions/checkout from v2/v3 to SHA-pinned v4 - SHA-pin all unshelled action tags (pages, CodeQL, scorecard, rust-cache, upload/download-artifact, setup-node, cache) - Standardise scorecard-action to v2.4.0 - Fix setup-node@v6 → SHA-pinned v4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 13b10d1 commit 73482e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# mix release
3434
3535
# TODO: Upload build artifacts if needed
36-
# - uses: actions/upload-artifact@v4
36+
# - uses: actions/upload-artifact@ea165f8d65b6db9a8b71b5c2d1a090c0daf9c8bb # v4
3737
# with:
3838
# name: release-artifacts
3939
# path: target/release/
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9494

9595
# TODO: Download build artifacts if uploading to the release
96-
# - uses: actions/download-artifact@v4
96+
# - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9797
# with:
9898
# name: release-artifacts
9999
# path: artifacts/

0 commit comments

Comments
 (0)