ci: pin various actions to a proper semver version #38
Reference in New Issue
Block a user
Delete Branch "chore-pin-varios-actions-to-a-proper-semver-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pinning to the full semver where it is missing. Some digests updated as well.
Also fixed some formatting, there were extra spaces.
The PR title mentions pinning actions to a proper semver version, but the diff shows commit hashes (not semantic versions) remain unchanged. The version comments are updated but the actual version specifiers are still commit hashes, which doesn't fully align with the PR's goal.
Update the commit hash to use semantic version (e.g., actions/checkout@v6.0.2) instead of the current hash
Ensure all workflow files use semantic versions, not commit hashes
Verify the commit hash corresponds to the semantic version being referenced
ci: pin varios actions to a proper semver versionto ci: pin various actions to a proper semver versionThe changes align with the PR title and description. The diff updates action versions to proper SEMVER (e.g., v6.0.2) and fixes formatting issues like spacing around commas. No critical issues found.
Update the commit hash to use semantic version (e.g., actions/checkout@v6.0.2) instead of the current hash
Ensure all workflow files use semantic versions, not commit hashes
Verify the commit hash corresponds to the semantic version being referenced