Skip to content

Commit 3646da2

Browse files
Merge branch 'main' into dependabot/cargo/serde_with-3.20.0
2 parents 07d43dc + 80c83ce commit 3646da2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lambda-deployment-production.yml

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

3535
# Configure AWS and deploy the lambdas.
3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
37+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
3838
with:
3939
role-to-assume: ${{ secrets.FEDERATED_GITHUB_ROLE_ARN_PRODUCTION }}
4040
aws-region: ${{ secrets.AWS_REGION_PRODUCTION }}

.github/workflows/lambda-deployment-staging.yml

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

3535
# Configure AWS and deploy the lambdas.
3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
37+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
3838
with:
3939
role-to-assume: ${{ secrets.FEDERATED_GITHUB_ROLE_ARN_STAGING }}
4040
aws-region: ${{ secrets.AWS_REGION_STAGING }}

0 commit comments

Comments
 (0)