Skip to content

Migrate from Fossa to local Trivy license check #2686

Migrate from Fossa to local Trivy license check

Migrate from Fossa to local Trivy license check #2686

Workflow file for this run

# This workflow builds the Javadoc
name: Javadoc
on:
push:
branches:
- main
pull_request:
jobs:
# build javadoc
javadoc:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Run Javadoc
run: ./gradlew javadoc