Skip to content

chore: Bump github/codeql-action from 2.21.5 to 2.21.9 (#47) #49

chore: Bump github/codeql-action from 2.21.5 to 2.21.9 (#47)

chore: Bump github/codeql-action from 2.21.5 to 2.21.9 (#47) #49

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "0 7 * * 1" # Mondays at 7:00 AM
permissions: read-all
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Initialize CodeQL
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9