We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80038a commit 543642bCopy full SHA for 543642b
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
- name: Configure AWS Credentials
21
- uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
+ uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
22
with:
23
role-to-assume: ${{ secrets.GDBP_AWS_IAM_ROLE_ARN }}
24
aws-region: us-west-2
0 commit comments