Skip to content

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

Bump github/codeql-action from 2.24.6 to 3.24.6

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

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
## Publish and check the dependency graph.
checks-dependency-graph:
name: "Checks"
uses: ./.github/workflows/dependency-review.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/on.pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on.pr.yml" -> "./.github/workflows/dependency-review.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml