Skip to content

Merge pull request #11 from raiyanyahya/dependabot/github_actions/act… #24

Merge pull request #11 from raiyanyahya/dependabot/github_actions/act…

Merge pull request #11 from raiyanyahya/dependabot/github_actions/act… #24

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 6 * * 1"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v4
with:
languages: python
- uses: github/codeql-action/analyze@v4