mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: [ 'kotlin' ]
|
language: [ 'python', 'kotlin' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
@ -56,9 +56,17 @@ jobs:
|
|||||||
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
|
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
|
||||||
working-directory: ./app
|
working-directory: ./app
|
||||||
|
|
||||||
|
- if: matrix.language == 'kotlin'
|
||||||
|
name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v2
|
||||||
|
|
||||||
- if: matrix.language == 'python'
|
- if: matrix.language == 'python'
|
||||||
name: autobuild
|
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
|
uses: github/codeql-action/analyze@v2
|
||||||
|
with:
|
||||||
|
paths:
|
||||||
|
- helper
|
||||||
|
Loading…
Reference in New Issue
Block a user