Skip to content

chore(ci): bump the pinned github_actions SHA to main - #3050

Draft
goastler wants to merge 1 commit into
mainfrom
chore/bump-github-actions-pin
Draft

goastler wants to merge 1 commit into
mainfrom
chore/bump-github-actions-pin

Conversation

@goastler

Copy link
Copy Markdown
Member

The pin sat 8 commits behind:

That last one makes save_npm_cache/save_cargo_cache skip the save on self-hosted runners unless passed save-on-self-hosted: "true". It has no effect here: this repo sets no GH_RUNNER variable, so every job is GitHub-hosted.

That is deliberate and should stay so — this repository is public, and a self-hosted runner would let a fork PR execute arbitrary code on the fleet.

Eight commits behind: a lint workflow with a working check context, the taplo
download fix, per-ecosystem free-disk-space actions, and cargo cache pruning
before save.

One of the eight makes save_npm_cache/save_cargo_cache skip the save on
self-hosted runners unless asked otherwise. No effect here -- this repo sets no
GH_RUNNER variable at all, so every job is GitHub-hosted and the skip never
fires. It stays that way deliberately: this repository is public, and a
self-hosted runner would let a fork PR execute arbitrary code on the fleet.
@goastler
goastler force-pushed the chore/bump-github-actions-pin branch from 2cd9ead to 9df05f1 Compare August 13, 2026 14:30
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.

1 participant