Skip to content

ci: pin GitHub Actions to commit SHAs (3)#95

Open
Agions wants to merge 1 commit into
mainfrom
pr-94
Open

ci: pin GitHub Actions to commit SHAs (3)#95
Agions wants to merge 1 commit into
mainfrom
pr-94

Conversation

@Agions

@Agions Agions commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Why

Mutable Action tags (@v4, @main) can be retagged, which is a supply-chain risk.
This PR pins third-party Actions to full commit SHAs while keeping the tag in a comment.
Official actions/* tags are left unchanged (common maintainer preference).

Pins

  • actions/upload-pages-artifact@v3 -> 56afc609e742
  • actions/deploy-pages@v4 -> d6db90164ac5
  • softprops/action-gh-release@v2 -> 3bb12739c298

Reference: GitHub docs on using third-party actions securely.

Closes #94 (reopened from fork-based PR that could not be rebased).

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