Skip to content

Feature/cloudtoolkit estimation measurement #162

Feature/cloudtoolkit estimation measurement

Feature/cloudtoolkit estimation measurement #162

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
permissions:
checks: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.adoptopenjdk.net:443
downloads.gradle-dn.com:443
github-cloud.githubusercontent.com:443
github.com:443
jcenter.bintray.com:443
objects.githubusercontent.com:443
plugins.gradle.org:443
repo.maven.apache.org:443
services.gradle.org:443
plugins-artifacts.gradle.org:443
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
lfs: true
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'adopt'
java-version: '11'
cache: 'gradle'
- uses: gradle/wrapper-validation-action@9ba54b687bf0f59b62abbf91e0d60de082e8ebc4 # v3.4.1
- run: ./gradlew --no-daemon check