build(deps): bump node from c65ab33
to a569d16
#243
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Review' | |
on: [pull_request] | |
# Declare default permissions as read only. | |
permissions: read-all | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e # v4.2.1 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 | |
with: | |
fail-on-severity: high | |
comment-summary-in-pr: true |