Bump aws-actions/configure-aws-credentials from 4 to 6.2.1 - #1483
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump aws-actions/configure-aws-credentials from 4 to 6.2.1#1483dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 6.2.1. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4...v6.2.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Coverage Report for CI Build 28905659437Coverage remained the same at 81.938%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
Contributor
Author
|
Superseded by #1496. |
dependabot
Bot
deleted the
dependabot/github_actions/aws-actions/configure-aws-credentials-6.2.1
branch
July 28, 2026 23:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps aws-actions/configure-aws-credentials from 4 to 6.2.1.
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Commits
254c19bchore(main): release 6.2.1 (#1849)a20cf82chore: Update dist4d281fbfix: enforce allowed-account-ids on all auth paths (#1847)e004cdcchore(deps-dev): bump@smithy/property-providerfrom 4.4.0 to 4.4.2 (#1845)88aa369chore: Update dist687331bchore(deps): bump@aws-sdk/client-stsfrom 3.1069.0 to 3.1075.0 (#1841)ea607bechore: Update dist6d13606chore(deps): bump@smithy/node-http-handlerfrom 4.8.0 to 4.8.2 (#1842)71a32aechore: Update distb290f2cchore(deps-dev): bump@aws-sdk/credential-provider-env(#1844)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Touches AWS OIDC credential setup for release wheel uploads to S3; a v4→v6 major bump could change assume-role behavior without any workflow input changes.
Overview
Pins
aws-actions/configure-aws-credentialsfrom v4 to v6.2.1 on the release-only Configure AWS credentials step inbuild-riscv64.yml’s upload job.role-to-assumeandaws-regionare unchanged; the step still runs only whenenv.RELEASE == 'true'before S3 wheel listing and upload.This is a major-version action upgrade (v4 → v6), so runtime behavior of OIDC role assumption may differ from upstream (e.g. default session tags, stricter validation), even though this workflow’s inputs were not modified.
Reviewed by Cursor Bugbot for commit b6a8a62. Bugbot is set up for automated code reviews on this repo. Configure here.