chore(web): pin GitHub Actions to commit SHAs and bump to latest - #179
Open
wilfredmulenga wants to merge 4 commits into
Open
chore(web): pin GitHub Actions to commit SHAs and bump to latest#179wilfredmulenga wants to merge 4 commits into
wilfredmulenga wants to merge 4 commits into
Conversation
Mirrors reearth/reearth-visualizer#2328. Pins every action used in this repo to a full commit SHA and bumps each to its latest release, including the two previously-floating refs (reearth/changelog-action@main, Gamesight/slack-workflow-status@master). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This was referenced Jul 31, 2026
actions/labeler v5+ requires the changed-files/any-glob-to-any-file format instead of a bare glob list. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
rot1024
removed their request for review
August 4, 2026 04:09
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.
Summary
Pins every GitHub Action used in this repo to a full commit SHA and bumps each to its latest available version, mirroring reearth/reearth-visualizer#2328.
Two actions were previously referenced by a floating branch (not even a tag) and are now pinned:
reearth/changelog-action@main→ pinned to the currentmaincommit (internal action, no version tags)Gamesight/slack-workflow-status@master→ pinned to the currentmastercommitAll other actions were already pinned to a SHA but several were behind their latest release; those were bumped and re-pinned. Duplicate/older SHAs for the same action used elsewhere in the repo (e.g. an older
actions/checkout/docker/*pin used only in the manualci_docker_build_push.yml/build_web.yml"old" jobs) were consolidated to the same latest version.Bumped actions (old → new)
actions/create-github-app-tokenanddsaltares/fetch-gh-release-assetwere already at their latest release.All workflow usages in this repo only rely on the basic, long-stable inputs of each action (checkout path/ref, cache key, upload/download artifact name, docker build context/tags, GCP/AWS credential inputs, etc.), so these version bumps are drop-in for how we use them here.
Test plan
ci/ci_server/ci_webrun green on this branchbuild_server/build_webstill build and push images correctlye2estill runs and authenticates correctlySupersedes/closes #171, #172, #177 (individual Renovate action bumps now covered by this PR).