Skip to content

build(deps): bump chainguard-dev/actions from 1.0.4 to 1.0.5 #2396

build(deps): bump chainguard-dev/actions from 1.0.4 to 1.0.5

build(deps): bump chainguard-dev/actions from 1.0.4 to 1.0.5 #2396

name: "golangci-lint"
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
with:
install-mode: goinstall # To get matching toolchain build
version: v1.64.5 # Please keep this in sync with the Makefile!