ci: add google-services.json setup to security workflow for CodeQL build

This commit is contained in:
2026-02-22 05:44:03 +03:00
parent 61451ca178
commit 8760a0b9da
+7
View File
@@ -42,6 +42,13 @@ jobs:
- name: Install dependencies
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
uses: github/codeql-action/init@v3
with: