ci: align workflow dependencies to latest official releases#103
Merged
marcusburghardt merged 1 commit intoJul 3, 2026
Merged
Conversation
Update actions/setup-go from v5.2.0 to v6.5.0 in ci.yml and release.yml. Pin all complytime/org-infra reusable workflow references to the v0.5.0 release SHA (638b2037) instead of arbitrary main branch commits: - reusable_ci.yml: 37b9e820 (main) -> 638b2037 (v0.5.0) - reusable_security.yml: comment updated from main to v0.5.0 - reusable_vuln_scan.yml: comment updated from main to v0.5.0 - reusable_publish_ghcr.yml: 68fa970f (main) -> 638b2037 (v0.5.0) - reusable_trivy_image_scan.yml: e266be09 (main) -> 638b2037 (v0.5.0) - reusable_sign_and_verify.yml: e30c5cd8 (main) -> 638b2037 (v0.5.0) Already up to date (no changes needed): - actions/checkout v7.0.0 - softprops/action-gh-release v3.0.1 Supersedes: complytime#96, complytime#97, complytime#98, complytime#99, complytime#102 Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
This was referenced Jul 3, 2026
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
Align all workflow dependencies to their latest official releases instead of
arbitrary
mainbranch commits.Changes
actions/setup-go: v5.2.0 -> v6.5.04a2405e6...->924ae3a1...4a2405e6...->924ae3a1...complytime/org-infrareusable workflows: arbitrary main commits -> v0.5.0All org-infra references now pin to the
v0.5.0release SHA(
638b2037394ca0f0b860a135c7c27dce75fd3c03):reusable_ci.yml37b9e820...(main)reusable_security.yml638b2037...(main)reusable_vuln_scan.yml638b2037...(main)reusable_publish_ghcr.yml68fa970f...(main)reusable_trivy_image_scan.ymle266be09...(main)reusable_sign_and_verify.ymle30c5cd8...(main)Already up to date (no changes needed)
actions/checkoutv7.0.0softprops/action-gh-releasev3.0.1Supersedes
This PR supersedes the following dependabot PRs which were bumping to
arbitrary
mainbranch commits rather than official release tags:Those PRs can be closed once this is merged.