mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-15 16:11:16 +00:00
ci: add google-services.json setup to security workflow for CodeQL build
This commit is contained in:
@@ -42,6 +42,13 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: ./.github/workflows/install/
|
uses: ./.github/workflows/install/
|
||||||
|
|
||||||
|
- name: Set up DEV Google Services
|
||||||
|
uses: davidSchuppa/base64Secret-toFile-action@v3
|
||||||
|
with:
|
||||||
|
secret: ${{ secrets.CI_DEVELOP_GOOGLE_SERVICES }}
|
||||||
|
filename: google-services.json
|
||||||
|
destination-path: ./app/
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user