Skip to content

chore: update @automattic/eslint-plugin-wpvip and migrate to ESLint 9 #1647

chore: update @automattic/eslint-plugin-wpvip and migrate to ESLint 9

chore: update @automattic/eslint-plugin-wpvip and migrate to ESLint 9 #1647

name: Dependency Review
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
name: Review Dependencies
steps:
- name: Harden Runner
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: block
allowed-endpoints: >
api.deps.dev:443
api.github.com:443
api.securityscorecards.dev:443
github.com:443
- name: Check out the source code
uses: actions/checkout@v6
- name: Review dependencies
uses: actions/[email protected]
with:
comment-summary-in-pr: true
show-openssf-scorecard: true
vulnerability-check: true