Bump github/codeql-action from 2.24.6 to 3.24.6 #2
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: | ||
Check failure on line 13 in .github/workflows/on.pr.yml GitHub Actions / PRInvalid workflow file
|
||
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 |