Skip to content

chore: increase golangci lint timeout to 10m #33

chore: increase golangci lint timeout to 10m

chore: increase golangci lint timeout to 10m #33

Workflow file for this run

name: CodeQL Analysis
# on:
# push:
# branches: [main, release-*]
# paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
# pull_request:
# branches: [main, release-*]
# paths-ignore: ['**.md', '**.png', '**.jpg', '**.svg', '**/docs/**']
# schedule:
# - cron: '0 4 * * *'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [go]
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Initialize CodeQL
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b