Skip to content

Harden URL handling, credentials, and CI workflow #110

Harden URL handling, credentials, and CI workflow

Harden URL handling, credentials, and CI workflow #110

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Set up JDK 8
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
with:
java-version: 8
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn clean install -DskipTests -Dgpg.skip