Skip to content

build(deps): bump chainguard.dev/apko from 0.22.6 to 0.23.0 in the chainguard group across 1 directory #2163

build(deps): bump chainguard.dev/apko from 0.22.6 to 0.23.0 in the chainguard group across 1 directory

build(deps): bump chainguard.dev/apko from 0.22.6 to 0.23.0 in the chainguard group across 1 directory #2163

Workflow file for this run

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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: v1.62 # Please keep this in sync with the Makefile!