Skip to content

Bump github/codeql-action from 2.24.6 to 3.24.6 #4

Bump github/codeql-action from 2.24.6 to 3.24.6

Bump github/codeql-action from 2.24.6 to 3.24.6 #4

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:

Check failure on line 26 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: 26, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/dependency-review.yml@c56fe662cd1a4596e6e15d65b9c90e2de7bf7613'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'. .github/workflows/on.pr.yml (Line: 26, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/dependency-review.yml@c56fe662cd1a4596e6e15d65b9c90e2de7bf7613'. The nested job 'dependency-review' is requesting 'contents: read', but is only allowed 'contents: none'.
name: "Checks"
uses: ./.github/workflows/dependency-review.yml
permissions:
id-token: write
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml