Skip to content

Bump github/codeql-action from 3.25.3 to 3.25.10 (#420) #786

Bump github/codeql-action from 3.25.3 to 3.25.10 (#420)

Bump github/codeql-action from 3.25.3 to 3.25.10 (#420) #786

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: ./go.mod
- uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
version: latest