SITE-5791: pin actions to Node 24 release SHAs - #128
Merged
Conversation
Contributor
Up to standards ✅🟢 Issues
|
AnaisPantheor
marked this pull request as ready for review
September 2, 2026 14:24
mehta-asim
approved these changes
Sep 2, 2026
rkunjappan
approved these changes
Sep 2, 2026
pwtyler
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub removes Node.js 20 from the runners on 16 September 2026.
This pins every affected action reference in this repo to the commit SHA of a Node 24 release, with the version as a trailing comment. That covers both halves of SITE-5791 in one edit: the SHA pin removes the risk of a tag being repointed at a different commit, and the release bump clears the Node 20 removal.
Pinning
@v4would not have been enough: v4 ofactions/checkoutandactions/cacheruns on Node 20 itself, so each reference needed both a SHA and a version bump..github/workflows/composer-diff.ymlactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/composer-diff.ymlmarocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5.github/workflows/e2e.ymlactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/e2e.ymlactions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0.github/workflows/e2e.ymlactions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1.github/workflows/e2e.ymlactions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1.github/workflows/lint.ymlactions/checkout@v4actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/lint.ymlactions/checkout@v4actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/release.ymlactions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/test.ymlactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/test.ymlpantheon-systems/phpcompatibility-action@devpantheon-systems/phpcompatibility-action@6bcfb79e78f644a471e856a1e92e14148a8e4017 # v1.1.4.github/workflows/test.ymlactions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1.github/workflows/test.ymlactions/cache@0057852bfaa89a56745cba8c7296529d2fc39830actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0Part of SITE-5791, under the CI standardization epic SITE-5778.