Skip to content

chore: pin GitHub Actions to SHA hashes#16

Merged
julio-rocketchat merged 1 commit into
mainfrom
chore/pin-actions-to-sha
Apr 22, 2026
Merged

chore: pin GitHub Actions to SHA hashes#16
julio-rocketchat merged 1 commit into
mainfrom
chore/pin-actions-to-sha

Conversation

@yasnagat

@yasnagat yasnagat commented Apr 22, 2026

Copy link
Copy Markdown
Member

What? ⛵

This PR replaces mutable tag references with immutable commit SHA pins for all third-party GitHub Actions, as part of a supply chain security hardening effort.

Each workflow file now references the exact commit SHA of the desired action version instead of a floating tag. This guarantees that the same code is always executed regardless of whether the version tag is moved or the action's repository is modified after pinning.

Why? 🤔

Checklist ☑️

  • I have added added tests for PR or I have justified why this PR doesn't need tests.
  • Swager definition added (if new route or route is adjusted)

Links 🌎

SB-958

PS 🎮

@julio-rocketchat julio-rocketchat merged commit 2fdb908 into main Apr 22, 2026
6 of 9 checks passed
@julio-rocketchat julio-rocketchat deleted the chore/pin-actions-to-sha branch April 22, 2026 18:19
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