Skip to content

build(deps): bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 (… #3659

build(deps): bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 (…

build(deps): bump github.com/sigstore/cosign/v2 from 2.4.0 to 2.4.1 (… #3659

Workflow file for this run

name: verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
timeout-minutes: 5
with:
version: v1.60.1
- run: |
make generate
go mod tidy
git diff --exit-code