add python

This commit is contained in:
Adam Velebil 2023-01-31 12:02:19 +01:00
parent fdb981571f
commit 878fcee90e
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'kotlin' ]
language: [ 'python', 'kotlin' ]
steps:
- name: Initialize CodeQL
@ -56,9 +56,17 @@ jobs:
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
working-directory: ./app
- if: matrix.language == 'kotlin'
name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- if: matrix.language == 'python'
name: autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
- if: matrix.language == 'python'
name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
paths:
- helper