Skip to content

Commit 6912f2c

Browse files
chore(deps): update github actions (#43)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | minor | `v5.0.5` → `v5.1.0` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.2` → `v6.0.3` | | [aquaproj/aqua-installer](https://redirect.github.com/aquaproj/aqua-installer) | action | patch | `v4.0.4` → `v4.0.5` | | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | minor | `v6.1.3` → `v6.2.1` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v5.1.0`](https://redirect.github.com/actions/cache/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.5...v5.1.0) ##### What's Changed - Bump [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5.1.0 - handle read-only cache access by [@&#8203;jasongin](https://redirect.github.com/jasongin) in [#&#8203;1775](https://redirect.github.com/actions/cache/pull/1775) **Full Changelog**: <actions/cache@v5...v5.1.0> </details> <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.2...v6.0.3) - Fix checkout init for SHA-256 repositories by [@&#8203;yaananth](https://redirect.github.com/yaananth) in [#&#8203;2439](https://redirect.github.com/actions/checkout/pull/2439) - fix: expand merge commit SHA regex and add SHA-256 test cases by [@&#8203;yaananth](https://redirect.github.com/yaananth) in [#&#8203;2414](https://redirect.github.com/actions/checkout/pull/2414) </details> <details> <summary>aquaproj/aqua-installer (aquaproj/aqua-installer)</summary> ### [`v4.0.5`](https://redirect.github.com/aquaproj/aqua-installer/releases/tag/v4.0.5) [Compare Source](https://redirect.github.com/aquaproj/aqua-installer/compare/v4.0.4...v4.0.5) ##### SHA256 Checksum ``` 451028d56959cc738564885b1dbebc2691ea038ffde04e2472e4d486a3591146 aqua-installer ``` ##### Fixes [#&#8203;932](https://redirect.github.com/aquaproj/aqua-installer/issues/932) Add --force flag [@&#8203;ianlewis](https://redirect.github.com/ianlewis) ##### Others [#&#8203;935](https://redirect.github.com/aquaproj/aqua-installer/issues/935) Update the bootstrap version to v2.60.1 </details> <details> <summary>aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)</summary> ### [`v6.2.1`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v6.2.1) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v6.2.0...v6.2.1) ##### Bug Fixes - enforce allowed-account-ids on all auth paths ([#&#8203;1847](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1847)) ([4d281fb](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/4d281fbc56a82e63c3fc14f2cc22361f34c97493)) ### [`v6.2.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v6.1.3...v6.2.0) ##### Features - add additional session tags by default ([#&#8203;1775](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1775)) ([e0ba768](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/e0ba7685077379a14a82d01fefd511490344ebfc)) - add more retry logic and better logging ([#&#8203;1764](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1764)) ([540d0c1](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/540d0c13aedb8d55501d220bd2f0b3cdedfe84e8)) - add regex validation to role-session-name ([#&#8203;1765](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1765)) ([e354499](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/e35449909c6ede5083a48ba4b8bbfaaa1cf09ba1)) - Allow custom session tags to be passed when assuming a role ([#&#8203;1759](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1759)) ([61f50f6](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/61f50f630f383628add73c1eab3f1935ba07da2b)) - expose run id in STS client user-agent ([#&#8203;1774](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1774)) ([29d1be3](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/29d1be30273e7ef371d59fccf6ec54572c64ec89)) - support custom STS endpoints ([#&#8203;1762](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1762)) ([8d52d05](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/8d52d05d7a4521fa52b39de50cb6114b12e5c332)) ##### Bug Fixes - skip credential check on output-env-credentials: false ([#&#8203;1778](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1778)) ([58e7c47](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/58e7c47adf77846879008deadfeeef8a6969fe6c)) - assumeRole failing from session tag size too large ([#&#8203;1808](https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1808)) ([d6f5dc3](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/d6f5dc331b44474b19a52caaf85fa4d637b13c8e)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "after 9am on the first day of the month" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvLXVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4163436 commit 6912f2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
using: composite
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434
with:
3535
token: ${{ inputs.github_token }}
3636
# In pull_request_target, use the base repo's synthetic merge ref to avoid cross-repo clones
@@ -44,7 +44,7 @@ runs:
4444
fetch-depth: 1
4545

4646
- name: Aqua Cache
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
4848
if: ${{ !github.event.act }}
4949
with:
5050
path: ~/.local/share/aquaproj-aqua
@@ -53,7 +53,7 @@ runs:
5353
v1-aqua-installer-${{runner.os}}-${{runner.arch}}-
5454
5555
- name: Install Aqua
56-
uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4
56+
uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
5757
with:
5858
aqua_version: v2.48.1
5959

@@ -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@99214aa6889fcddfa57764031d71add364327e59 # v6.1.3
66+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
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)