mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
build yubikit in codeql action as well
This commit is contained in:
parent
e441d962f5
commit
55c770d4b5
11
.github/workflows/codeql-analysis.yml
vendored
11
.github/workflows/codeql-analysis.yml
vendored
@ -39,6 +39,17 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Checkout YubiKit
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Yubico/yubikit-android
|
||||
ref: release/2.5.0
|
||||
path: kit
|
||||
|
||||
- name: Build Yubikit-android
|
||||
run: NO_GPG_SIGN=true ./gradlew publishToMavenLocal
|
||||
working-directory: ./kit
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'app'
|
||||
|
Loading…
Reference in New Issue
Block a user