Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe authored Sep 3, 2024
2 parents 7478dbd + 0cafd8d commit 8f8bfa9
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 100 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@0fc95ed93529d540ccff34b6c330f66318bdc888
uses: aws-actions/configure-aws-credentials@e26e19042832fb823bebedbd411b82b685244c69
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@0fc95ed93529d540ccff34b6c330f66318bdc888
uses: aws-actions/configure-aws-credentials@e26e19042832fb823bebedbd411b82b685244c69
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT }}:role/${{ vars.AWS_ROLE }}
role-session-name: GitHubTest-${{ vars.ENVIRONMENT }}
Expand Down
194 changes: 97 additions & 97 deletions graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.5.4",
"typescript-eslint": "8.3.0"
"typescript-eslint": "8.4.0"
},
"directories": {
"test": "tests"
Expand Down

0 comments on commit 8f8bfa9

Please sign in to comment.