Bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.2 - #522
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump aws-actions/configure-aws-credentials from 6.2.0 to 6.2.2#522dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d63f6d6. Configure here.
| - name: Configure AWS credentials | ||
| if: steps.check_secrets.outputs.HAS_AWS_SECRET | ||
| uses: aws-actions/configure-aws-credentials@v6.2.1 | ||
| uses: aws-actions/configure-aws-credentials@6.2.2 |
There was a problem hiding this comment.
Missing v prefix in action tag
High Severity
Dependabot changed aws-actions/configure-aws-credentials@v6.2.1 to @6.2.2, dropping the required v prefix. The published release tag is v6.2.2, so GitHub Actions cannot resolve @6.2.2 and the Configure AWS credentials step fails in all three workflows.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit d63f6d6. Configure here.
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.0 to 6.2.2. - [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@v6.2.0...6.2.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/aws-actions/configure-aws-credentials-6.2.2
branch
from
July 20, 2026 18:37
d63f6d6 to
431a2c3
Compare
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 6.2.0 to 6.2.2.
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Commits
517a711chore(main): release 6.2.2 (#1876)d01d678chore: release 6.2.28efa52bchore(deps-dev): bump vitest dependencies (#1874)8e1eed5chore(deps-dev): bump@smithy/property-providerfrom 4.4.4 to 4.4.6 (#1869)112421achore(deps-dev): bump@biomejs/biomefrom 2.5.1 to 2.5.2 (#1868)fbc01c6chore(deps-dev): bump@types/nodefrom 26.0.1 to 26.1.0 (#1871)b12ca87chore(deps-dev): bump memfs from 4.57.8 to 4.58.0 (#1873)d314f7fchore: Update dista53b65bchore(deps): bump@aws-sdk/client-stsfrom 3.1076.0 to 3.1080.0 (#1867)338d2c1chore(deps-dev): bump sigstore from 4.1.0 to 4.1.1 (#1864)Note
Low Risk
Dependency-only CI change with no workflow logic edits; 6.2.1 tightens account-id checks, which is a small positive for credential safety.
Overview
Updates the Configure AWS credentials step in three wheel publish workflows (
build-arm64-wheels.yml,build-m1-wheel.yml,build-test.yml) fromaws-actions/configure-aws-credentials@6.2.0to@6.2.2. Role assumption (installer-upload) andus-west-2settings are unchanged.The jump includes upstream 6.2.1, which enforces
allowed-account-idson all authentication paths.Reviewed by Cursor Bugbot for commit 431a2c3. Bugbot is set up for automated code reviews on this repo. Configure here.