Skip to content

Bump org.junit:junit-bom from 6.0.0 to 6.0.1 in the gradle-deps group #95

Bump org.junit:junit-bom from 6.0.0 to 6.0.1 in the gradle-deps group

Bump org.junit:junit-bom from 6.0.0 to 6.0.1 in the gradle-deps group #95

Workflow file for this run

name: Testing For PRs
on: [ pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up JDK
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
java-version: 21
distribution: temurin
- name: Build with Gradle
run: ./gradlew assemble check