mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
compile between init and analyze steps
This commit is contained in:
parent
7e4b7694af
commit
fdb981571f
12
.github/workflows/codeql-analysis.yaml
vendored
12
.github/workflows/codeql-analysis.yaml
vendored
@ -21,6 +21,12 @@ jobs:
|
|||||||
language: [ 'kotlin' ]
|
language: [ 'kotlin' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@v2
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
setup-python-dependencies: false
|
||||||
|
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
@ -50,12 +56,6 @@ jobs:
|
|||||||
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
|
YUBIOATH_STORE_PASSWORD: ${{ secrets.YUBIOATH_STORE_PASSWORD }}
|
||||||
working-directory: ./app
|
working-directory: ./app
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
|
||||||
uses: github/codeql-action/init@v2
|
|
||||||
with:
|
|
||||||
languages: ${{ matrix.language }}
|
|
||||||
setup-python-dependencies: false
|
|
||||||
|
|
||||||
- if: matrix.language == 'python'
|
- if: matrix.language == 'python'
|
||||||
name: autobuild
|
name: autobuild
|
||||||
uses: github/codeql-action/autobuild@v1
|
uses: github/codeql-action/autobuild@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user