Update actions-ext pins across templates and CI - #182
Merged
Conversation
Brings actions-ext/python, node, and rust to their current main commits. The node bump picks up the pnpm version selection fixes. Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every
uses:reference in the repo is now pinned to the newest availableversion. Verified repo-wide: 15 distinct actions, 0 stale, 0 unpinned.
All third-party actions were already current, with every SHA correctly
matching its
# vXcomment. The only stale pins were the internalactions-ext/*references:actions-ext/python/{setup,test-wheel,test-sdist}6e1b91aa3f3953actions-ext/node/setup0ea5bdcb0536d8actions-ext/rust/setup2db8e3e3de300fThese appeared in the Python templates and in this repo's own
.github/workflows/build.yaml, split across two commits.The
javascript/templates andactions-ext/cpp/*were already at main.apps/is empty, so there was nothing to update there.