Skip to content

Bump actions/attest-build-provenance from 1 to 2 #946

Bump actions/attest-build-provenance from 1 to 2

Bump actions/attest-build-provenance from 1 to 2 #946

name: generated-code
on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init --depth=0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: go generate and diff checks
run: go generate ./... && git diff --exit-code