Bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3#369
Bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3#369dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.1 to 6.1.3. - [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.1.1...v6.1.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewReviewing how the action is used in this repo and inspecting upstream changes between 6.1.1 and 6.1.3. This is a routine patch bump of the official AWS-maintained action. The PR only changes the version pin in Upstream changes (v6.1.1 → v6.1.3) are security hardening, not compromise indicators
Checklist — no malicious signals
Malware scanner ( The scanner’s 945 heuristic hits disagree with a malicious interpretation:
Dependency integrity
Recommendation: Approve from a supply-chain perspective. The update hardens filesystem handling and is appropriate for your release workflow that assumes an AWS role via OIDC. CI passing on Compatibility AnalysisI'll locate every use of Compatibility & adoption analysis1) Where it’s usedSingle usage site in this repo (excluding vendored
- name: Configure AWS credentials
if: env.RELEASE == 'true'
uses: aws-actions/configure-aws-credentials@v6.1.3
with:
role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload
aws-region: us-west-2No other Usage pattern: GitHub OIDC ( 2) Intersection with upstream changes (6.1.1 → 6.1.3)
Upstream diff shows no changes to 3) Risks / unknowns
4) Recommendation: mergeRoutine patch bump of the official AWS-maintained action. Single-line pin change, no API/input changes, and your OIDC + Malware Scan Summary
Top findings
|
Bumps aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3.
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Commits
99214aachore: Update dist217d179fix: allow kubelet token symlink (#1805)5548f34chore: Update dist77cd089chore: document container credentials provider support (and delete transitive...dbacf31chore: bump release version (#1801)87eb0cfchore: replay 6.2 devel changes onto main (#1800)acca2b1chore(main): release 6.1.2 (#1761)c329d24chore: Update distc39f282fix: additional filesystem checks (#1799)8188beechore(deps-dev): bump@types/nodefrom 25.6.0 to 25.9.1 (#1795)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
Low Risk
Single Dependabot pin bump on a GitHub Action; no changes to IAM role, secrets, or upload logic in this repo.
Overview
Updates the release upload job in
build-riscv64.ymlso the Configure AWS credentials step usesaws-actions/configure-aws-credentials@v6.1.3instead ofv6.1.1. The assumed IAM role and region are unchanged; only the action version moves forward (upstream patch fixes for credential/filesystem handling).Reviewed by Cursor Bugbot for commit a64fdb2. Bugbot is set up for automated code reviews on this repo. Configure here.