Skip to content

Commit

Permalink
Update aws-actions/configure-aws-credentials digest to 050bf7a (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jarrod Lowe <[email protected]>
  • Loading branch information
renovate[bot] and jarrod-lowe authored Sep 24, 2024
1 parent 831ea52 commit f564856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environment-main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
coverage-reports: graphql/coverage/lcov.info

- name: Configure AWS Access
uses: aws-actions/configure-aws-credentials@909c963c254b4e2e2f5aa6ef17217c4d7a7c4a31
uses: aws-actions/configure-aws-credentials@050bf7aae915badb82daa8e68fd95c9070706953
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }}
role-session-name: GitHubDeploy-${{ vars.ENVIRONMENT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environment-main-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
coverage-reports: graphql/coverage/lcov.info, ui/coverage/lcov.info

- name: Configure AWS Access
uses: aws-actions/configure-aws-credentials@909c963c254b4e2e2f5aa6ef17217c4d7a7c4a31
uses: aws-actions/configure-aws-credentials@050bf7aae915badb82daa8e68fd95c9070706953
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }}
role-session-name: GitHubTest-${{ vars.ENVIRONMENT }}
Expand Down

0 comments on commit f564856

Please sign in to comment.