Skip to content

chore(deps): bump github.com/sigstore/fulcio from 1.8.1 to 1.8.3 #1632

chore(deps): bump github.com/sigstore/fulcio from 1.8.1 to 1.8.3

chore(deps): bump github.com/sigstore/fulcio from 1.8.1 to 1.8.3 #1632

name: Check for diff after manifest and generated targets
on:
pull_request: {}
permissions:
contents: read
pull-requests: write
jobs:
diff-check-manifests:
name: Check for diff
runs-on: large_runner
steps:
- name: Self Hosted Runner Post Job Cleanup Action
uses: TooMuch4U/actions-clean@9b358e33df99574ac0bdf2e92fa3db1ae1415563
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
fetch-depth: 0
- name: Make manifests && generate
run: |
make manifests && make generate
- name: Setup Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Restore Go cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
with:
path: /home/runner/work/_temp/_github_home/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: go mod tidy
run: |
go mod tidy
- name: Check for diff
run: |
git diff --exit-code --shortstat