Skip to content

fix(ci): pin GitHub Actions to commit SHAs in helm-chart workflow#751

Merged
Defilan merged 1 commit into
defilantech:mainfrom
matiasinsaurralde:ci/pin-helm-chart-action-shas
Jun 20, 2026
Merged

fix(ci): pin GitHub Actions to commit SHAs in helm-chart workflow#751
Defilan merged 1 commit into
defilantech:mainfrom
matiasinsaurralde:ci/pin-helm-chart-action-shas

Conversation

@matiasinsaurralde

Copy link
Copy Markdown
Contributor

What

  • Pin all GitHub Actions in helm-chart.yml to immutable commit SHAs instead of mutable version tags
  • Affected actions: actions/checkout, azure/setup-helm, actions/setup-go, helm/kind-action
  • Original version tags preserved as inline comments for readability
  • Have left the actions using docker:// scheme outside of this PR.

Why

Security improvements, follow up of #689

How

Replace each uses: action@vN reference with uses: action@<full-sha> # vX.Y.Z, preserving the version in a trailing comment for readability

Checklist

  • Tests added/updated
  • make test passes locally
  • make lint passes locally
  • Commit messages follow conventional commits
  • All commits are signed off (git commit -s) per DCO
  • Documentation updated (if user-facing change)

Signed-off-by: Matías Insaurralde <matias@insaurral.de>
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Defilan Defilan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approving: CI green, low-risk. Merging as part of dependency/CI cleanup.

@Defilan Defilan merged commit e1a5b9e into defilantech:main Jun 20, 2026
23 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 20, 2026
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