Skip to content

README config audit: undocumented knobs, missing table rows, a wrong … #599

README config audit: undocumented knobs, missing table rows, a wrong …

README config audit: undocumented knobs, missing table rows, a wrong … #599

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
permissions:
contents: read
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
strategy:
fail-fast: false
matrix:
language: [go]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version: stable
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.8
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.8
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.37.8
with:
category: /language:${{ matrix.language }}