Skip to content

fix(deps): update all dependencies j:cdx-227 #7689

fix(deps): update all dependencies j:cdx-227

fix(deps): update all dependencies j:cdx-227 #7689

name: 'package-lock.json version validator'
on:
push:
branches: [master]
paths-ignore:
- 'package-lock.json'
pull_request:
branches: [master]
paths-ignore:
- 'package-lock.json'
permissions:
contents: read
jobs:
lockfile-version:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- run: exit 0