Skip to content

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

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

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

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Dom Rodriguez <shymega@shymega.org.uk>
#
# 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