Skip to content

chore(deps): Bump github/codeql-action from 2.24.7 to 3.24.7 #15

chore(deps): Bump github/codeql-action from 2.24.7 to 3.24.7

chore(deps): Bump github/codeql-action from 2.24.7 to 3.24.7 #15

Workflow file for this run

name: PR
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Build & Test"
uses: ./.github/workflows/ci.build.yml
test:
name: "Build & Test"
uses: ./.github/workflows/ci.test.yml
secrets: inherit # codecov/sonar tokens
check-prettier:
name: "Checks"
uses: ./.github/workflows/check.prettier.yml
check-workflows:
name: "Checks"
uses: ./.github/workflows/check.workflows.yml
check-chromatic:
name: "Checks"
uses: ./.github/workflows/check.chromatic.yml
secrets: inherit
deploy:
name: "Deploy"
if: false
needs: [build, test, check-prettier, check-workflows]
uses: ./.github/workflows/ci.deploy.yml
secrets: inherit