Skip to content

Commit

Permalink
Merge pull request #307 from ministryofjustice/renovate-aws-actions-c…
Browse files Browse the repository at this point in the history
…onfigure-aws-credentials-digest

Renovate Update aws-actions/configure-aws-credentials digest to 97834a4
  • Loading branch information
jamesrwarren authored Nov 11, 2024
2 parents b728f9d + a726694 commit 96568e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: configure OIDC AWS credentials for ECR push
if: ${{ github.actor != 'dependabot[bot]' }}
uses: aws-actions/configure-aws-credentials@2cefa29f8797029f898b1baeff3e21a144128687 # pin@v1.7.0
uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0
with:
role-to-assume: arn:aws:iam::311462405659:role/incident-response-gh-actions-ecr-push
role-session-name: github-actions-ecr-push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
tflint_version: v0.50.1

- name: configure OIDC AWS credentials for terraform
uses: aws-actions/configure-aws-credentials@2cefa29f8797029f898b1baeff3e21a144128687 # pin@v1.7.0
uses: aws-actions/configure-aws-credentials@97834a484a5ab3c40fa9e2eb40fcf8041105a573 # pin@v1.7.0
with:
role-to-assume: "arn:aws:iam::631181914621:role/oidc-incident-response-${{ inputs.account_name }}"
role-session-name: github-actions-terraform-incident-response
Expand Down

0 comments on commit 96568e7

Please sign in to comment.