mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 20:19:31 +00:00
.github/workflows: enforce github action version pinning (#16768)
Use https://github.com/stacklok/frizbee via the new `go tool` support from Go 1.24. Updates https://github.com/tailscale/corp/issues/31017 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -137,6 +137,10 @@ sshintegrationtest: ## Run the SSH integration tests in various Docker container
|
||||
generate: ## Generate code
|
||||
./tool/go generate ./...
|
||||
|
||||
.PHONY: pin-github-actions
|
||||
pin-github-actions:
|
||||
./tool/go tool github.com/stacklok/frizbee actions .github/workflows
|
||||
|
||||
help: ## Show this help
|
||||
@echo ""
|
||||
@echo "Specify a command. The choices are:"
|
||||
|
||||
Reference in New Issue
Block a user