-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
26 lines (23 loc) · 656 Bytes
/
nohttp.yml
File metadata and controls
26 lines (23 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Verify HTTPS URLs are used
on:
push:
branches:
- main
- 'r5.*'
- 'r6.*'
- 'releases/**'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
nohttp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: 'Run nohttp'
uses: jbangdev/jbang-action@7b0e42ecace72f0a0df37a1574c8c57b0d5a77aa # v0.137.0
with:
script: io.spring.nohttp:nohttp-cli:0.0.9
scriptargs: "-D=\\.git -D=build -D=target -D=apache-ant-.+ -F=maven-wrapper\\.properties -F=mvnw\\.cmd -Fmvnw -FMODULE.bazel.lock"