Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

chore(deps): Bump gradle-wrapper in the android-deps group #116

chore(deps): Bump gradle-wrapper in the android-deps group

chore(deps): Bump gradle-wrapper in the android-deps group #116

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:

Check failure on line 20 in .github/workflows/ci-tests.yml

View workflow run for this annotation

GitHub Actions / CI tests (meta)

Invalid workflow file

The workflow is not valid. .github/workflows/ci-tests.yml (Line: 20, Col: 3): Error calling workflow 'planet-community/android_packages_apps_planet_updater/.github/workflows/ci-tests-codeql.yml@fbb2ab960759cf14af7afc72927dd5dc51e40b2d'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: ./.github/workflows/ci-tests-codeql.yml
secrets: inherit
test-android:
needs: [test-codeql]
uses: ./.github/workflows/ci-tests-android.yml
secrets: inherit