build(deps): bump the aws-sdk-go-v2 group in /ecr-login with 4 updates #35
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: Review dependencies | |
on: | |
pull_request: | |
branches: ['main', 'release/**'] | |
paths: | |
- 'ecr-login/go.*' | |
jobs: | |
review: | |
runs-on: ubuntu-latest | |
permissions: | |
# Write permissions needed to comment review results on PR. | |
# Pwn request risk mitigated by using pull_request workflow trigger | |
# and external contributor workflow runs require maintainer approval. | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/dependency-review-action@v4 | |
with: | |
config-file: './.github/dependency-review-config.yml' | |
comment-summary-in-pr: always |