Skip to content

build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 #3209

build(deps): bump github/codeql-action from 3.25.7 to 3.25.8

build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 #3209

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v2.2.0
with:
go-version: "1.21"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
timeout-minutes: 5
with:
version: v1.54
- run: |
make generate
go mod tidy
git diff --exit-code