Skip to content

Commit fa4e60e

Browse files
Bump aws-actions/aws-secretsmanager-get-secrets from 1 to 2
Bumps [aws-actions/aws-secretsmanager-get-secrets](https://github.com/aws-actions/aws-secretsmanager-get-secrets) from 1 to 2. - [Release notes](https://github.com/aws-actions/aws-secretsmanager-get-secrets/releases) - [Commits](aws-actions/aws-secretsmanager-get-secrets@v1...v2) --- updated-dependencies: - dependency-name: aws-actions/aws-secretsmanager-get-secrets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4e5725 commit fa4e60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/owasp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
aws-region: ${{ env.AWS_DEFAULT_REGION }}
4242

4343
- name: Get NVD API key for dependency scan
44-
uses: aws-actions/aws-secretsmanager-get-secrets@v1
44+
uses: aws-actions/aws-secretsmanager-get-secrets@v2
4545
id: nvd_api_key
4646
with:
4747
secret-ids: ${{ secrets.NVD_API_KEY_SECRET_ARN }}

0 commit comments

Comments
 (0)