You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/.github/workflows
Mario Minardi a8bd0cb9c2
.github: update and pin actions/cache to latest 4.x (#13555)
Update and pin actions/cache usage to latest 4.x. These were previously
pointing to `@3` which pulls in the latest v3 as they are released, with
the potential to break our workflows if a breaking change or malicious
version on the `@3` stream is ever pushed.

Changing this to a pinned version also means that dependabot will keep
this in the pinned version format (e.g., referencing a SHA) when it
opens a PR to bump the dependency.

The breaking change between v3 and v4 is that v4 requires Node 20 which
should be a non-issue where this is run.

Updates #cleanup

Signed-off-by: Mario Minardi <mario@tailscale.com>
1 month ago
..
checklocks.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
codeql-analysis.yml .github: pin codeql actions to latest 3.x (#13552) 1 month ago
docker-file-build.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
flakehub-publish-tagged.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
golangci-lint.yml .github: pin actions/setup-go usage to latest 5.x (#13553) 1 month ago
govulncheck.yml .github: use and pin slackapi/slack-github-action to latest 1.x (#13554) 1 month ago
installer.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
kubemanifests.yaml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
ssh-integrationtest.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
test.yml .github: update and pin actions/cache to latest 4.x (#13555) 1 month ago
update-flake.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
update-webclient-prebuilt.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago
webclient.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 1 month ago