Skip to content

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 #173

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 #173

# Need a GitHub Advanced Security license to run this action on private repos.
name: Dependency Review
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Dependency Review
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
with:
# Possible values: critical, high, moderate, low
fail-on-severity: critical