Skip to content

refactor(workflow): extract method and cleanup #2374

refactor(workflow): extract method and cleanup

refactor(workflow): extract method and cleanup #2374

Workflow file for this run

name: Code Scanning
on:
push:
branches: [main]
pull_request:
branches: [main]
paths-ignore:
- "**/*.md"
schedule:
- cron: "0 0 * * 0"
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3