Skip to content

Perform CodeQL Analysis #80

Perform CodeQL Analysis

Perform CodeQL Analysis #80

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@b4ffde65f46336ab88eb53be808477a3936bae11 #pin v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 #pin v3.24.0
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 #pin v3.24.0
with:
category: "/language:go"