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

Merge pull request #56 from planet-community/dependabot/gradle/androi… #115

Merge pull request #56 from planet-community/dependabot/gradle/androi…

Merge pull request #56 from planet-community/dependabot/gradle/androi… #115

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@99828d50e5585217a750b2c167ce5272feafc394'. 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