Skip to content

Commit 3f34807

Browse files
Bump aws-actions/aws-secretsmanager-get-secrets from 1 to 2 (#930)
1 parent 0dcd074 commit 3f34807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/owasp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
aws-region: ${{ env.AWS_DEFAULT_REGION }}
4444

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

0 commit comments

Comments
 (0)