Skip to content

Commit ba4ac29

Browse files
committed
pin verify_boilerplate.py to the current repo-infra commit
On-behalf-of: @SAP [email protected]
1 parent f47fff2 commit ba4ac29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ imports: $(GOLANGCI_LINT) verify-go-versions
244244

245245
$(TOOLS_DIR)/verify_boilerplate.py:
246246
mkdir -p $(TOOLS_DIR)
247-
curl --fail --retry 3 -L -o $(TOOLS_DIR)/verify_boilerplate.py https://raw.githubusercontent.com/kubernetes/repo-infra/master/hack/verify_boilerplate.py
247+
curl --fail --retry 3 -L -o $(TOOLS_DIR)/verify_boilerplate.py https://raw.githubusercontent.com/kubernetes/repo-infra/201dcad9616c117927232ee0bc499ff38a27023e/hack/verify_boilerplate.py
248248
chmod +x $(TOOLS_DIR)/verify_boilerplate.py
249249

250250
.PHONY: verify-boilerplate

0 commit comments

Comments
 (0)