Skip to content

Update .github/workflows/dependencies-review.yml #11

Update .github/workflows/dependencies-review.yml

Update .github/workflows/dependencies-review.yml #11

name: 'Dependency Review'
on: [pull_request]
# Declare default permissions as read only.
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

Check failure on line 17 in .github/workflows/dependencies-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependencies-review.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
with:
fail-on-severity: high
comment-summary-in-pr: true