Skip to content

feat(ci-cd): Move refactored cake build project and workflows from msster (AWS v4 updates) branch to sdkv3-lts branch #6

feat(ci-cd): Move refactored cake build project and workflows from msster (AWS v4 updates) branch to sdkv3-lts branch

feat(ci-cd): Move refactored cake build project and workflows from msster (AWS v4 updates) branch to sdkv3-lts branch #6

name: Dependency Review
on:
pull_request:
branches:
- sdkv3-lts
- "feature/*"
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
name: "Dependency Review"
runs-on: ubuntu-22.04
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Dependency Review"
uses: actions/dependency-review-action@v4
with:
# Fail the check if a vulnerability with 'moderate' severity or higher is found.
fail-on-severity: moderate
# Always post a summary of the check as a comment on the PR.
comment-summary-in-pr: always