Skip to content

Update dependency bazel to v9 #640

Update dependency bazel to v9

Update dependency bazel to v9 #640

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: 'Run nohttp'
uses: jbangdev/jbang-action@e7bf68c1d19e39d057332a3faa519c7e6d51d90a # v0.135.1
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"