tailscale/.github/workflows
Mario Minardi 22e98cf95e
.github: pin codeql actions to latest 3.x (#13552)
Pin codeql actions usage to latest 3.x. These were previously pointing
to `@2` which pulls in the latest v2 as they are released, with the
potential to break our workflows if a breaking change or malicious
version on the `@2` stream is ever pushed.

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

The breaking change between v2 and v3 is that v3 requires Node 20 which
is a non-issue as we are running this on ubuntu latest.

Updates #cleanup

Signed-off-by: Mario Minardi <mario@tailscale.com>
2024-09-23 15:52:26 -06:00
..
checklocks.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
codeql-analysis.yml .github: pin codeql actions to latest 3.x (#13552) 2024-09-23 15:52:26 -06:00
docker-file-build.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
flakehub-publish-tagged.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
golangci-lint.yml .github: pin actions/setup-go usage to latest 5.x (#13553) 2024-09-23 15:14:49 -06:00
govulncheck.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
installer.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
kubemanifests.yaml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
ssh-integrationtest.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
test.yml .github: pin actions/setup-go usage to latest 5.x (#13553) 2024-09-23 15:14:49 -06:00
update-flake.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
update-webclient-prebuilt.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00
webclient.yml .github: pin actions/checkout to latest v3 or v4 as appropriate (#13551) 2024-09-23 14:52:19 -06:00