Skip to content

chore: refactor into reusable workflows #6

chore: refactor into reusable workflows

chore: refactor into reusable workflows #6

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.yml
permissions:
actions: write
contents: 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:

Check failure on line 34 in .github/workflows/on.pr.yml

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. .github/workflows/on.pr.yml (Line: 34, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/codeql.yml@0917ff815f453a0bd31df9b42b18814167651882'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
name: "Checks"
uses: ./.github/workflows/codeql.yml