Skip to content

build(deps): Bump software.amazon.awssdk:bom from 2.46.14 to 2.46.19 #304

build(deps): Bump software.amazon.awssdk:bom from 2.46.14 to 2.46.19

build(deps): Bump software.amazon.awssdk:bom from 2.46.14 to 2.46.19 #304

name: Dependency review
on:
pull_request:
branches: [ "main" , "releases/**" ]
permissions:
contents: read
pull-requests: write
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true # Force actions/dependency-review-action to use Node 24
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
fail-on-severity: high
comment-summary-in-pr: always
retry-on-snapshot-warnings: true