Skip to content

deps(actions): Bump the actions group across 1 directory with 5 updates #2372

deps(actions): Bump the actions group across 1 directory with 5 updates

deps(actions): Bump the actions group across 1 directory with 5 updates #2372

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
with:
version: latest
args: --verbose --max-same-issues=0 --max-issues-per-linter=0