Skip to content

chore(deps): Bump com.android.application from 8.7.2 to 8.7.3 in the android-deps group #63

chore(deps): Bump com.android.application from 8.7.2 to 8.7.3 in the android-deps group

chore(deps): Bump com.android.application from 8.7.2 to 8.7.3 in the android-deps group #63

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Dom Rodriguez <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
---
name: CI tests (meta)
on:
push:
paths: ["app/**", "*gradle*", "devenv.*"]
pull_request:
paths: ["app/**", "*gradle*", "devenv.*"]
workflow_dispatch:
jobs:
test-nix:
uses: ./.github/workflows/ci-tests-nix.yml
secrets: inherit
test-codeql:
uses: ./.github/workflows/ci-tests-codeql.yml
secrets: inherit
test-android:
needs: [test-codeql]
uses: ./.github/workflows/ci-tests-android.yml
secrets: inherit