Skip to content

Commit bc3c336

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v6 (#29)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | major | `v5.1.1` → `v6.0.0` | --- ### Release Notes <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v6.0.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.1.1...v6.0.0) ##### ⚠ BREAKING CHANGES - Update action to use node24 *Note this requires GitHub action runner version [v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) or later* ([#&#8203;1632](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1632)) ([a7a2c11](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/a7a2c1125c67f40a1e95768f4e4a7d8f019f87af)) ##### Features - add support to define transitive tag keys ([#&#8203;1316](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1316)) ([232435c](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/232435c0c05e51137544f0203931b84893d13b74)) ([930ebd9](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1628/changes/930ebd9bcaed959c3ba9e21567e8abbc3cae72c0)) ##### Bug Fixes - properly output `aws-account-id` and `authenticated-arn` when using role-chaining ([#&#8203;1633](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1633)) ([7ceaf96](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/7ceaf96edc86cc1713cef59eba79feeb23f59da1)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/masterpointio/github-action-tf-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0by11cGdyYWRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40f84bc commit bc3c336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363

6464
- name: Configure AWS Credentials
6565
if: ${{ inputs.aws_role_arn != '' || env.TF_TEST_AWS_ROLE_ARN != '' }}
66-
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
66+
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
6767
with:
6868
role-to-assume: ${{ inputs.aws_role_arn || env.TF_TEST_AWS_ROLE_ARN }}
6969
role-session-name: ${{ inputs.role_session_name }}

0 commit comments

Comments
 (0)