-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add semver to dependencies #5582
Copy link
Copy link
Closed
Labels
good first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
In the github workflows we try to use exact hashes for reproducible builds, but also indicate a semver in the comments which is understood by dependency bots. However, when we have only the hash, the bots can attempt to upgrade to the latest commit (example: #5573), which we don't want, we only want to upgrade to released versions.
We need to find workflows that either specify hash without the semver, or only version without a hash, and update them to action/name@hash # vX.Y.Z. Their respective repos can be used to find the matching hash / semver.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement