Skip to content

Commit

Permalink
CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 21, 2024
1 parent d4ed72e commit a559aeb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
paths:
- "**/*.py"
- "**/*.txt"
- ".github/workflows/codeql.yml"
schedule:
- cron: '24 0 * * 4'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'python' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

0 comments on commit a559aeb

Please sign in to comment.