mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 02:01:36 +03:00
add python
This commit is contained in:
parent
fdb981571f
commit
878fcee90e
14
.github/workflows/codeql-analysis.yaml
vendored
14
.github/workflows/codeql-analysis.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user