Skip to content

chore: bump github.com/sigstore/fulcio from 1.6.4 to 1.6.5 in the all-go-mod group #1188

chore: bump github.com/sigstore/fulcio from 1.6.4 to 1.6.5 in the all-go-mod group

chore: bump github.com/sigstore/fulcio from 1.6.4 to 1.6.5 in the all-go-mod group #1188

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
paths:
- "**.go"
- "go.mod"
- ".github/workflows/golangci-lint.yml"
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: latest
args: --timeout=3m