build(deps-dev): bump eslint from 8.57.0 to 8.57.1 #498
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: | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-latest | |
name: Review Dependencies | |
steps: | |
- name: Harden Runner | |
uses: step-security/[email protected] | |
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/[email protected] | |
- name: Review dependencies | |
uses: actions/[email protected] | |
with: | |
comment-summary-in-pr: true | |
show-openssf-scorecard: true | |
vulnerability-check: true |