Skip to content

fix(deps): update stencil j:kit-282 #20456

fix(deps): update stencil j:kit-282

fix(deps): update stencil j:kit-282 #20456

name: 'package-lock.json root validator'
on:
push:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [master]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
permissions:
contents: read
jobs:
lockfile-outside-of-root:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- run: exit 0