chore(core): update GitHub Actions to latest versions#41
Merged
Conversation
Updates actions to SHA-pinned versions for security. See workflow file changes for details.
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.
Summary
Automatically updates GitHub Actions to their latest SHA-pinned versions.
Outdated GitHub Actions Detected
The following actions have newer versions available:
actions/checkoutactions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2actions/setup-nodeactions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0actions/cacheactions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3biomejs/setup-biomebiomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1actions/upload-artifactactions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0actions/download-artifactactions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1How to Update
Replace each action reference in your workflow files with the SHA-pinned version shown in the "Recommended Update" column.
Why SHA Pinning?
Pinning to a commit SHA prevents supply chain attacks where a malicious actor could move a tag to point to compromised code.
This issue was automatically generated by the Check Action Versions workflow.
This PR was automatically generated by the Check Action Versions workflow.