Skip to content

build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13 #341

build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13

build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13 #341

Workflow file for this run

name: Lint
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'
- name: Golangci lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84
with:
version: v1.54
args: --verbose --timeout=10m