Bump github/codeql-action from 2.24.6 to 3.24.6 #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / PRInvalid workflow file
|
||
name: "Checks" | ||
uses: ./.github/workflows/dependency-review.yml | ||
permissions: | ||
id-token: write | ||
## Run CodeQL checks | ||
checks-codeql: | ||
name: "Checks" | ||
uses: ./.github/workflows/codeql.yml |