Skip to content

Codeowner, stale-pr and codeql #1

Codeowner, stale-pr and codeql

Codeowner, stale-pr and codeql #1

Workflow file for this run

# .github/workflows/codeql-analysis.yml
name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2