Skip to content

chore(deps): bump sanitize-html from 2.17.5 to 2.17.7 #36658

chore(deps): bump sanitize-html from 2.17.5 to 2.17.7

chore(deps): bump sanitize-html from 2.17.5 to 2.17.7 #36658

Workflow file for this run

name: DCR Stories Check
on:
merge_group:
types: [checks_requested]
pull_request:
paths-ignore:
- 'dotcom-rendering/docs/**'
jobs:
build_check:
name: DCR Stories Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Run check-stories script
run: make check-stories
working-directory: dotcom-rendering