Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.0.2 in the…
… all group (#8136) Bumps the all group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `aws-actions/configure-aws-credentials` from 1.7.0 to 4.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-actions/configure-aws-credentials/releases">aws-actions/configure-aws-credentials's releases</a>.</em></p> <blockquote> <h2>v4.0.2</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v4.0.1</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v4.0.0</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v4.0.0/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v4</h2> <p>This tag tracks the latest v4.x.x release</p> <h2>v3.0.2</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v3.0.2/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v3.0.1</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v3.0.1/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v3.0.0</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v3.0.0/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v3</h2> <p>This tag tracks the latest v3.x.x release</p> <h2>v2.2.0</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v2.2.0/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v2.1.0</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v2.1.0/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v2.0.0</h2> <p>See the <a href="https://github.com/aws-actions/configure-aws-credentials/blob/v2.0.0/CHANGELOG.md">changelog</a> for details about the changes included in this release.</p> <h2>v2</h2> <p>This tag tracks the latest v2.x.x release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md">aws-actions/configure-aws-credentials's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.1...v4.0.2">4.0.2</a> (2024-02-09)</h2> <ul> <li>Revert 4.0.1 to remove warning</li> </ul> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.0...v4.0.1">4.0.1</a> (2023-10-03)</h2> <h3>Documentation</h3> <ul> <li>Throw a warning when customers use long-term credentials.</li> </ul> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.2...v4.0.0">4.0.0</a> (2023-09-11)</h2> <ul> <li>Upgraded runtime to <code>node20</code> from <code>node16</code></li> </ul> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.1...v3.0.2">3.0.2</a> (2023-09-07)</h2> <h3>Bug Fixes</h3> <ul> <li>fixes <a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/817">#817</a> <a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/819">#819</a>: validation logic throwing unwanted errors <a href="https://github.com/aws-actions/configure-aws-credentials/commit/d78f55b1db65186cb251a8504ae9527af06fc5fd">d78f55b</a></li> </ul> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1">3.0.1</a> (2023-08-24)</h2> <h3>Features</h3> <ul> <li>Can configure <code>special-characters-workaround</code> to keep retrying credentials if the returned credentials have special characters (Fixes <a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/599">#599</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixes <a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/792">#792</a>: Action fails when intending to use existing credentials</li> <li>Minor typo fix from <a href="https://github.com/ubaid-ansari21"><code>@ubaid-ansari21</code></a></li> </ul> <h3>Changes to existing functionality</h3> <ul> <li>Special characters are now allowed in returned credential variables unless you configure the <code>special-characters-workaround</code> option</li> </ul> <h2><a href="https://github.com/aws-actions/configure-aws-credentials/compare/v2.2.0...v3.0.0">3.0.0</a> (2023-08-21)</h2> <h3>Features</h3> <ul> <li>Can configure <code>max-retries</code> and <code>disable-retry</code> to modify retry functionality when the assume role call fails</li> <li>Set returned credentials as step outputs with <code>output-credentials</code></li> <li>Clear AWS related environment variables at the start of the action with <code>unset-current-credentials</code></li> <li>Unique role identifier is now printed in the workflow logs</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Can't use credentials if they contain a special character</li> <li>Retry functionality added when generating the JWT fails</li> <li>Can now use <code>webIdentityTokenFile</code> option</li> <li>Branch name validation too strict</li> <li>JS SDK v2 deprecation warning in workflow logs</li> </ul> <h3>Changes to existing functionality</h3> <ul> <li>Default session duration is now 1 hour in all cases (from 6 hours in some cases)</li> <li>Account ID will not be masked by default in logs</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/e3dd6a429d7300a6a4c196c26e071d42e0343502"><code>e3dd6a4</code></a> chore: Bump <code>@types/jest</code> from 29.5.11 to 29.5.12 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/1000">#1000</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/c6c400fca46e6f0033dbdbac29d28db993b641dc"><code>c6c400f</code></a> chore: Bump <code>@types/node</code> from 20.11.5 to 20.11.16 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/999">#999</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/c38ab417a361cbb7fa5bbab690a9356fda258f53"><code>c38ab41</code></a> chore: Bump prettier from 3.2.4 to 3.2.5 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/998">#998</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/2071ebe8a6b933b1341860457c7a33eb206dfb9a"><code>2071ebe</code></a> chore: Bump <code>@types/node</code> from 20.11.3 to 20.11.5 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/986">#986</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/44112af7fc384b8b0a44e750998777ceac864b86"><code>44112af</code></a> chore: Update dist</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/492c455782c0e7f83ae23aa2c3f8043cc93bf8ea"><code>492c455</code></a> chore: Bump <code>@aws-sdk/client-sts</code> from 3.490.0 to 3.496.0 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/982">#982</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/13e074e8f2e2f7c8cae9515694d0ff8ead9ed044"><code>13e074e</code></a> chore: Update dist</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/5a676ce81e95cf6f41600bf05514c1a11daa0335"><code>5a676ce</code></a> chore: Bump <code>@smithy/property-provider</code> from 2.0.17 to 2.1.1 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/985">#985</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/e43a6967540faf6422502463f13b4b8fef4dc0ab"><code>e43a696</code></a> chore: Bump ts-jest from 29.1.1 to 29.1.2 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/983">#983</a>)</li> <li><a href="https://github.com/aws-actions/configure-aws-credentials/commit/eb98af56d55414d792b03da02b885834bbc725ba"><code>eb98af5</code></a> chore: Bump prettier from 3.2.2 to 3.2.4 (<a href="https://redirect.github.com/aws-actions/configure-aws-credentials/issues/981">#981</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-actions/configure-aws-credentials/compare/v1.7.0...v4.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-actions/configure-aws-credentials&package-manager=github_actions&previous-version=1.7.0&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information