Skip to content

Commit f9bed63

Browse files
fix(ci): pin upload-artifact to valid SHA in fix-unpinned-actions.sh generator (Refs standards#48) (#163)
Generator mapped actions/upload-artifact@v4 to nonexistent SHA 65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478, re-arming the bug across all hypatia-scan.yml consumers. -> ea165f8d65b6e75b540449e92b4886f43607fa02.
1 parent b63e174 commit f9bed63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/fix-unpinned-actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ declare -A ACTION_PINS=(
3434
["actions/upload-pages-artifact@v3"]="56afc609e74202658d3ffba0e8f6dda462b719fa"
3535
["actions/deploy-pages@v4"]="d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e"
3636
["ruby/setup-ruby@v1"]="09a7688d3b55cf0e976497ff046b70949eeaccfd"
37-
["actions/upload-artifact@v4"]="65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478"
37+
["actions/upload-artifact@v4"]="ea165f8d65b6e75b540449e92b4886f43607fa02"
3838
)
3939

4040
# Find all workflow files in repo

0 commit comments

Comments
 (0)