Skip to content

build(deps): bump the actions group across 1 directory with 3 updates #4752

build(deps): bump the actions group across 1 directory with 3 updates

build(deps): bump the actions group across 1 directory with 3 updates #4752

Workflow file for this run

name: verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- 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
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v3.1.0
with:
version: v1.60
args: --timeout=5m
- run: |
make docs-repo
git diff --exit-code
- run: |
go mod tidy
git diff --exit-code