Skip to content

chore(deps): update step-security/harden-runner action to v2.10.4 #164

chore(deps): update step-security/harden-runner action to v2.10.4

chore(deps): update step-security/harden-runner action to v2.10.4 #164

Workflow file for this run

name: Package Audit
on:
push:
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.yml
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@master