Skip to content

Prepare GitHub Actions workflows for ubuntu-24.04 upgrade #57

Prepare GitHub Actions workflows for ubuntu-24.04 upgrade

Prepare GitHub Actions workflows for ubuntu-24.04 upgrade #57

Workflow file for this run

name: Verify HTTPS URLs are used
on:
push:
branches:
- main
- 'r5.*'
pull_request:
branches:
- '*'
jobs:
nohttp:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: 'Run nohttp'
uses: jbangdev/jbang-action@36d4a384d215d91c2c7e74014a486cedfe09d760 # v0.119.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"