Skip to content

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

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

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

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@master