ci: pin Protocol verification actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: verify generate proto-lint proto-breaking source-verify scope-verify conformance frame-verify go-test binding-compile strict-contracts clean-generated
|
||||
.PHONY: verify generate proto-lint proto-breaking source-verify scope-verify ci-verify conformance frame-verify go-test binding-compile strict-contracts clean-generated
|
||||
|
||||
PYTHON ?= python3
|
||||
PROTOC ?= protoc
|
||||
@@ -23,6 +23,9 @@ scope-verify:
|
||||
$(PYTHON) -B tools/test_check_scope.py
|
||||
$(PYTHON) -B tools/check_scope.py
|
||||
|
||||
ci-verify:
|
||||
$(PYTHON) -B tools/check_ci_actions.py
|
||||
|
||||
go-test:
|
||||
go test ./gen/go/... ./tests/go
|
||||
|
||||
@@ -45,4 +48,4 @@ frame-verify:
|
||||
clean-generated:
|
||||
$(PYTHON) tools/generate.py --check
|
||||
|
||||
verify: generate proto-lint proto-breaking source-verify scope-verify go-test binding-compile strict-contracts conformance frame-verify clean-generated
|
||||
verify: generate proto-lint proto-breaking source-verify scope-verify ci-verify go-test binding-compile strict-contracts conformance frame-verify clean-generated
|
||||
|
||||
Reference in New Issue
Block a user