Skip to content

chore(ci): add a CodeQL workflow file #1

chore(ci): add a CodeQL workflow file

chore(ci): add a CodeQL workflow file #1

Workflow file for this run

name: CodeQL
permissions:
contents: read
on:
pull_request:
branches: [main]
jobs:
analyze:
name: Analyze (CodeQL)
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Run CodeQL analysis
uses: github/codeql-action/analyze@v3