Skip to content

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 #1140

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9

chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 #1140

Workflow file for this run

name: Chromatic
on:
push:
branches: ['master']
pull_request:
branches: ['master']
env:
SKIP_SIMPLE_GIT_HOOKS: 1
jobs:
chromatic:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
environment:
name: Storybook
url: ${{ steps.chromatic-deploy.outputs.storybookUrl }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
id: chromatic-deploy
uses: chromaui/action@a0dcd5f4114cfcaf60035cfb20f080b0d88a093c # v11.16.4
with:
exitZeroOnChanges: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: 'master'
skip: 'dependabot/**'