Skip to content

Bump sigstore/cosign-installer from 4079ad3567a89f68395480299c77e40170430341 to 03d0fecf172873164a163bbc64bed0f3bf114ed7 #109

Bump sigstore/cosign-installer from 4079ad3567a89f68395480299c77e40170430341 to 03d0fecf172873164a163bbc64bed0f3bf114ed7

Bump sigstore/cosign-installer from 4079ad3567a89f68395480299c77e40170430341 to 03d0fecf172873164a163bbc64bed0f3bf114ed7 #109

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Install Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: '1.20'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: v1.51.1