Skip to content

chore(deps): Bump ossf/scorecard-action from 2.0.6 to 2.3.1 #14

chore(deps): Bump ossf/scorecard-action from 2.0.6 to 2.3.1

chore(deps): Bump ossf/scorecard-action from 2.0.6 to 2.3.1 #14

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