mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
fix broken yaml
This commit is contained in:
parent
878fcee90e
commit
a038c4697c
9
.github/workflows/codeql-analysis.yaml
vendored
9
.github/workflows/codeql-analysis.yaml
vendored
@ -56,17 +56,10 @@ 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@v2
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
- if: matrix.language == 'python'
|
- name: Perform CodeQL Analysis
|
||||||
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