Skip to content

Commit

Permalink
Merge pull request #633 from myrotvorets/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
chore(deps): lock file maintenance
  • Loading branch information
myrotvorets-team authored Apr 17, 2023
2 parents 47962e0 + 2c2d6cd commit 7173365
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 147 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Package Audit
on:
push:
branches:
- '**'
paths:
- package.json
- package-lock.json
Expand All @@ -17,7 +16,6 @@ jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest

steps:
- name: Harden Runner
uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
Expand All @@ -29,16 +27,3 @@ jobs:

- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@13fe79a42314d128a7e439574b8b457e9531c3f7

audit-retire:
name: RetireJS Check
runs-on: ubuntu-latest

steps:
- name: Harden Runner
uses: step-security/harden-runner@03bee3930647ebbf994244c21ddbc0d4933aab4f # v2.3.0
with:
egress-policy: audit

- name: Audit with Retire.js
uses: myrotvorets/composite-actions/node-package-audit-retirejs@13fe79a42314d128a7e439574b8b457e9531c3f7
Loading

0 comments on commit 7173365

Please sign in to comment.