Skip to content

Merge pull request #672 from junit-team/renovate/actions-checkout-6.x #505

Merge pull request #672 from junit-team/renovate/actions-checkout-6.x

Merge pull request #672 from junit-team/renovate/actions-checkout-6.x #505

Workflow file for this run

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: 'Run nohttp'
uses: jbangdev/jbang-action@d0ab22dc0ea8b6bf9114e50e44ba89b0fb939238 # v0.135.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"