Skip to content

Merge pull request #87 from GitTimeraider/dependabot/github_actions/d… #9

Merge pull request #87 from GitTimeraider/dependabot/github_actions/d…

Merge pull request #87 from GitTimeraider/dependabot/github_actions/d… #9

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
schedule:
- cron: '0 3 * * 1'
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:python"