1 parent 1a951d0 commit 71bd540Copy full SHA for 71bd540
2 files changed
.github/workflows/development.yml
@@ -77,7 +77,7 @@ jobs:
77
fetch-depth: 0
78
79
- name: Configure AWS credentials
80
- uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6
+ uses: aws-actions/configure-aws-credentials@99214aa6889fcddfa57764031d71add364327e59 # v6
81
with:
82
role-to-assume: ${{ secrets.ROLE_TO_ASSUME_ARN_DEV }}
83
role-duration-seconds: 900
.github/workflows/production.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
role-to-assume: ${{ secrets.ROLE_TO_ASSUME_ARN_PRD }}
46
0 commit comments