Skip to content

chore: refactor into reusable workflows #13

chore: refactor into reusable workflows

chore: refactor into reusable workflows #13

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
## Run main CI build and tests.
run-ci:
name: "Build & Test"
uses: ./.github/workflows/ci.test.yml
permissions:
actions: write
contents: write
id-token: write
## Validate the Gradle Wrapper binary
checks-gradle-wrapper:
name: "Checks"
uses: ./.github/workflows/gradle-wrapper-validation.yml
## Publish and check the dependency graph.
checks-dependency-graph:
name: "Checks"
uses: ./.github/workflows/dependency-review.yml
permissions:
contents: write
id-token: write
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml
permissions:
actions: read
contents: read
security-events: write