Skip to content

Commit 1e557e1

Browse files
ci(#5179): use HTTPS for simian.jar download URL
1 parent e5a521f commit 1e557e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/simian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
distribution: 'temurin'
2222
java-version: 17
23-
- run: wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
23+
- run: wget --quiet https://public.yegor256.com/simian.jar -O /tmp/simian.jar
2424
- run: java -jar /tmp/simian.jar -threshold=15 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"

0 commit comments

Comments
 (0)