Skip to content

build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#1356) #3726

build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#1356)

build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#1356) #3726

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: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v2.2.0
with:
go-version-file: 'go.mod'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.61
- run: |
make generate
go mod tidy
git diff --exit-code