Skip to content

ci: update workflow name #67

ci: update workflow name

ci: update workflow name #67

Workflow file for this run

# .github/workflows/codeql.yml
name: CodeQL Analysis
on:
push:
branches: [ main, master ]
paths-ignore:
- '_data/**'
- .all-contributorsrc
pull_request:
branches: [ main, master ]
paths-ignore:
- '_data/**'
- .all-contributorsrc
schedule:
- cron: '0 0 * * 0'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3