Skip to content

Commit 515982e

Browse files
authored
Merge pull request #3407 from xrstf/pin-boilerplate
pin verify_boilerplate.py to the current repo-infra commit
2 parents 3f58dd3 + ba4ac29 commit 515982e

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
@@ -236,7 +236,7 @@ imports: $(GOLANGCI_LINT) verify-go-versions
236236

237237
$(TOOLS_DIR)/verify_boilerplate.py:
238238
mkdir -p $(TOOLS_DIR)
239-
curl --fail --retry 3 -L -o $(TOOLS_DIR)/verify_boilerplate.py https://raw.githubusercontent.com/kubernetes/repo-infra/master/hack/verify_boilerplate.py
239+
curl --fail --retry 3 -L -o $(TOOLS_DIR)/verify_boilerplate.py https://raw.githubusercontent.com/kubernetes/repo-infra/201dcad9616c117927232ee0bc499ff38a27023e/hack/verify_boilerplate.py
240240
chmod +x $(TOOLS_DIR)/verify_boilerplate.py
241241

242242
.PHONY: verify-boilerplate

0 commit comments

Comments
 (0)