Skip to content

chore: pin third-party GitHub Actions to commit SHAs#133

Merged
akirk merged 1 commit into
mainfrom
chore/devprod-1072-pin-actions-shas
Jun 8, 2026
Merged

chore: pin third-party GitHub Actions to commit SHAs#133
akirk merged 1 commit into
mainfrom
chore/devprod-1072-pin-actions-shas

Conversation

@mahangu

@mahangu mahangu commented Jun 8, 2026

Copy link
Copy Markdown

Pins third-party GitHub Actions in this repo to immutable commit SHAs.

This is a draft PR for review before merging. It was prepared with agent assistance and manually verified.

Tracking: DEVPROD-1072

Repo-level summary:

  • Pinned distinct third-party action refs in this PR: 3
  • Repo-level unpinned usage count from the trunk recheck: 3
  • Dependabot GitHub Actions coverage: created (.github/dependabot.yml)

Verification commands:

# 10up/action-wordpress-plugin-deploy # 2.3.0 -> 54bd289b8525fd23a5c365ec369185f2966529c2
gh api repos/10up/action-wordpress-plugin-deploy/commits/2.3.0 --jq '.sha'
# expected: 54bd289b8525fd23a5c365ec369185f2966529c2

# ncipollo/release-action # v1.21.0 -> 339a81892b84b4eeb0f6e744e4574d79d0d9b8dd
gh api repos/ncipollo/release-action/commits/v1.21.0 --jq '.sha'
# expected: 339a81892b84b4eeb0f6e744e4574d79d0d9b8dd

# salsify/action-detect-and-tag-new-version # v2.0.3 -> b1778166f13188a9d478e2d1198f993011ba9864
gh api repos/salsify/action-detect-and-tag-new-version/commits/v2.0.3 --jq '.sha'
# expected: b1778166f13188a9d478e2d1198f993011ba9864

@mahangu mahangu self-assigned this Jun 8, 2026
@mahangu
mahangu marked this pull request as ready for review June 8, 2026 07:27
@mahangu
mahangu requested review from akirk and ashfame June 8, 2026 07:28

@akirk akirk 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.

Sounds like the safe approach and we haven't had to change the action in a while anyway.

@akirk
akirk merged commit c1c8cca into main Jun 8, 2026
1 check passed
@akirk
akirk deleted the chore/devprod-1072-pin-actions-shas branch June 8, 2026 07:33
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