Skip to content

Bump github/codeql-action from 3 to 4 in the all-github-actions group #420

Bump github/codeql-action from 3 to 4 in the all-github-actions group

Bump github/codeql-action from 3 to 4 in the all-github-actions group #420

Workflow file for this run

name: Linters
on:
pull_request:
branches:
- main
jobs:
golangci-lint:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with: { go-version: stable }
- uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=5m