Skip to content

Commit 45cc7f5

Browse files
committed
ci-build: use fixed version of maven-helper.sh
This is more secure than curling the master branch. We can update as needed, if maven-helper.sh ever changes again.
1 parent bdd932a commit 45cc7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ EOL
152152
checkSuccess $?
153153

154154
echo "== Invalidating SciJava Maven repository cache =="
155-
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/maven-helper.sh &&
155+
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/bdd932af4c4816f88cb6a52cdd7449f175934634/maven-helper.sh &&
156156
gav=$(sh maven-helper.sh gav-from-pom pom.xml) &&
157157
ga=${gav%:*} &&
158158
echo "--> Artifact to invalidate = $ga" &&

0 commit comments

Comments
 (0)