hack: add python job to see if there are any alerts

This commit is contained in:
Mads Navntoft
2025-09-15 14:47:03 +02:00
parent aa90e97ad2
commit 2cdef7d057
+23
View File
@@ -131,3 +131,26 @@ jobs:
uses: ./analyze
with:
category: "/language:actions"
analyze-python:
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: ./init
with:
languages: python
config-file: ./.github/codeql/codeql-actions-config.yml
- name: Perform CodeQL Analysis
uses: ./analyze
with:
category: "/language:python"