Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 (#363) #80

Bump actions/checkout from 4.1.6 to 4.1.7 (#363)

Bump actions/checkout from 4.1.6 to 4.1.7 (#363) #80

Workflow file for this run

name: GCToolKit Pre-release Notes
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, '[maven-release-plugin]') != true
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up JDK 11
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
java-version: 11

Check failure on line 19 in .github/workflows/early_access.yml

View workflow run for this annotation

GitHub Actions / GCToolKit Pre-release Notes

Invalid workflow file

The workflow is not valid. .github/workflows/early_access.yml (Line: 19, Col: 7): Unexpected value 'java-version' .github/workflows/early_access.yml (Line: 20, Col: 7): Unexpected value 'distribution'
distribution: 'microsoft'
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml
- name: Git-release
run: |
./mvnw -B -pl :gctoolkit -Pjreleaser jreleaser:release
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}