2022-07-20 04:31:51 +00:00
# Dependency Review Action
#
2023-09-14 22:33:53 +00:00
# This workflow scans dependency manifest files that change as part of a pull
# reqest, surfacing known-vulnerable versions of the packages declared or
# updated in the PR.
# If the workflow run is marked as required, PRs introducing known-vulnerable
# packages will be blocked from merging.
2022-07-20 04:31:51 +00:00
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
2023-09-14 22:33:53 +00:00
#
2022-07-20 04:31:51 +00:00
name : 'Dependency Review'
on : [ pull_request]
permissions :
contents : read
jobs :
dependency-review :
runs-on : ubuntu-latest
steps :
- name : 'Checkout Repository'
2023-10-26 05:06:29 +00:00
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2022-07-20 04:31:51 +00:00
- name : 'Dependency Review'
2023-12-05 02:31:18 +00:00
uses : actions/dependency-review-action@01bc87099ba56df1e897b6874784491ea6309bc4 # v3.1.4