Vault DON: use Default namespace in workflow in none provided #19544
Workflow file for this run
This file contains hidden or 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 | |
description: Run dependency review for vulnerabilities. | |
on: | |
merge_group: | |
pull_request: | |
permissions: {} | |
jobs: | |
dependency-review: | |
permissions: | |
contents: read | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 1 | |
persist-credentials: false | |
- name: Vulnerability Check | |
uses: smartcontractkit/.github/actions/dependency-review@0cc355785130a83a540187b609c5521094baed92 # [email protected] | |
with: | |
config-preset: default-vulnerability-check-high |