Skip to content

Bump the github-actions group with 2 updates #360

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #360

Workflow file for this run

name: build pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21.x'
- name: test
uses: gradle/actions/setup-gradle@v4
with:
arguments: test
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}