Skip to content

Commit 8348bd9

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v4.2.1
1 parent da5ad64 commit 8348bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: CD Lambda(s) Configure credentials
149-
uses: aws-actions/configure-aws-credentials@v4.0.2
149+
uses: aws-actions/configure-aws-credentials@v4.2.1
150150
with:
151151
aws-access-key-id: ${{ github.event.inputs.environment == 'tst' && secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS || github.event.inputs.environment == 'stg' && secrets.VBR_AWS_ACCESS_KEY_ID || github.event.inputs.environment == 'prd' && secrets.VBR_AWS_ACCESS_KEY_ID_NEWPRD || ''}}
152152
aws-secret-access-key: ${{ github.event.inputs.environment == 'tst' && secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS || github.event.inputs.environment == 'stg' && secrets.VBR_AWS_SECRET_ACCESS_KEY || github.event.inputs.environment == 'prd' && secrets.VBR_AWS_SECRET_ACCESS_KEY_NEWPRD || ''}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ jobs:
597597
]
598598
steps:
599599
- name: Configure AWS credentials
600-
uses: aws-actions/configure-aws-credentials@v4.1.0
600+
uses: aws-actions/configure-aws-credentials@v4.2.1
601601
with:
602602
aws-access-key-id: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}
603603
aws-secret-access-key: ${{ secrets.VBR_AWS_SECRET_ACCESS_KEY_DEVOPS }}

0 commit comments

Comments
 (0)