Skip to content

ci: align workflow dependencies to latest official releases#103

Merged
marcusburghardt merged 1 commit into
complytime:mainfrom
marcusburghardt:ci/align-workflow-deps-to-releases
Jul 3, 2026
Merged

ci: align workflow dependencies to latest official releases#103
marcusburghardt merged 1 commit into
complytime:mainfrom
marcusburghardt:ci/align-workflow-deps-to-releases

Conversation

@marcusburghardt

Copy link
Copy Markdown
Member

Summary

Align all workflow dependencies to their latest official releases instead of
arbitrary main branch commits.

Changes

actions/setup-go: v5.2.0 -> v6.5.0

  • ci.yml (line 28): 4a2405e6... -> 924ae3a1...
  • release.yml (line 27): 4a2405e6... -> 924ae3a1...

complytime/org-infra reusable workflows: arbitrary main commits -> v0.5.0

All org-infra references now pin to the v0.5.0 release SHA
(638b2037394ca0f0b860a135c7c27dce75fd3c03):

Workflow File Previous SHA Change
reusable_ci.yml ci.yml 37b9e820... (main) SHA + comment updated
reusable_security.yml ci.yml 638b2037... (main) Comment updated only
reusable_vuln_scan.yml ci.yml 638b2037... (main) Comment updated only
reusable_publish_ghcr.yml container.yml 68fa970f... (main) SHA + comment updated
reusable_trivy_image_scan.yml container.yml e266be09... (main) SHA + comment updated
reusable_sign_and_verify.yml container.yml e30c5cd8... (main) SHA + comment updated

Already up to date (no changes needed)

  • actions/checkout v7.0.0
  • softprops/action-gh-release v3.0.1

Supersedes

This PR supersedes the following dependabot PRs which were bumping to
arbitrary main branch commits rather than official release tags:

Those PRs can be closed once this is merged.

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>

@yvonnedevlinrh yvonnedevlinrh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcusburghardt marcusburghardt merged commit cb13947 into complytime:main Jul 3, 2026
7 checks passed
@marcusburghardt marcusburghardt deleted the ci/align-workflow-deps-to-releases branch July 3, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants