Skip to content

[release-v0.71.x] bump cosign fix cve CVE-2025-66564 #1041

[release-v0.71.x] bump cosign fix cve CVE-2025-66564

[release-v0.71.x] bump cosign fix cve CVE-2025-66564 #1041

Workflow file for this run

name: golangci-lint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request: # yamllint disable-line rule:empty-values
permissions:
contents: read
checks: write # Used to annotate code in the PR
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v6.2.0
with:
version: v2.7.2
args: --new-from-merge-base=origin/${{ github.base_ref }} --timeout=10m