Skip to content

👮‍♀️ Security #962

👮‍♀️ Security

👮‍♀️ Security #962

Workflow file for this run

name: 👮‍♀️ Security
on:
push: { branches: [main] }
pull_request: { branches: [main] }
schedule:
- cron: "19 7 * * 0"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install go
uses: actions/setup-go@v6
with: { go-version-file: go.mod }
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: "go"
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3