Skip to content

Perform CodeQL Analysis #46

Perform CodeQL Analysis

Perform CodeQL Analysis #46

Workflow file for this run

name: "Perform CodeQL Analysis"
on:
schedule:
- cron: "16 16 */2 * *"
permissions:
actions: read
contents: read
security-events: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:go"