Skip to content

Bump actions/setup-java from 5.6.0 to 5.7.0 #1272

Bump actions/setup-java from 5.6.0 to 5.7.0

Bump actions/setup-java from 5.6.0 to 5.7.0 #1272

Workflow file for this run

name: Conformance
on:
pull_request:
push:
tags:
- 'v*.*.*'
branches:
- 'main'
permissions:
contents: read
jobs:
conformance:
name: Conformance
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Cache Go Modules
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-gomod-conformance-${{ hashFiles('gradle.properties', 'gradle/libs.versions.toml') }}
restore-keys:
${{ runner.os }}-gomod-conformance-
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- uses: bufbuild/buf-action@8c6a16e16f12ba20b6470afa9c2ba9b5ba8c97c3 # v1.5.0
with:
setup_only: true
token: ${{ secrets.BUF_TOKEN }}
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
- name: Test conformance
run: make conformance