Skip to content

🌱 Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.1 #1922

🌱 Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.1

🌱 Bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.1 #1922

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lint:
name: Run golangci lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version-file: go.mod
cache: false # golangci/golangci-lint-action maintains its own cache
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
with:
version: v1.55.2
only-new-issues: true