Skip to content

CodeQL

CodeQL #190

name: CodeQL
on:
push:
branches: [master]
schedule:
- cron: 37 11 * * 2
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
security-events: write
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
# Initializes the CodeQL tools for scanning.
- name: initialize codeql
uses: github/codeql-action/init@v3
with:
languages: go
build-mode: autobuild
- name: perform codeql analysis
uses: github/codeql-action/analyze@v3