Skip to content

Update actions/checkout digest to a5ac7e5 #154

Update actions/checkout digest to a5ac7e5

Update actions/checkout digest to a5ac7e5 #154

Workflow file for this run

name: Verify state
on:
push:
pull_request:
types: [opened, ready_for_review, review_requested, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Set up JDK 15
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 15
- name: Build with Gradle
run: ./gradlew --build-cache build
- name: Test with Gradle
run: ./gradlew test