Skip to content

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

Bump github/codeql-action from 2.24.6 to 3.24.6

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

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
## Run main CI build and tests.
run-ci:

Check failure on line 13 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: 13, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/ci.yml@18bb36c35dd4f4398c019ae9a8d1f2040164ab60'. The nested job 'test' is requesting 'actions: write', but is only allowed 'actions: none'. .github/workflows/on.pr.yml (Line: 13, Col: 3): Error calling workflow 'sgammon/guava/.github/workflows/ci.yml@18bb36c35dd4f4398c019ae9a8d1f2040164ab60'. The nested job 'generate_docs' is requesting 'contents: write', but is only allowed 'contents: read'.
name: "Build & Test"
uses: ./.github/workflows/ci.yml
## 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
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml