From c5450fb3336c4836808129d5cabc01c5a4c764f4 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:45:10 -0800 Subject: [PATCH] [Backport 2.x] chore(deps): update aws-actions/configure-aws-credentials action to v4.1.0 (#1065) chore(deps): update aws-actions/configure-aws-credentials action to v4.1.0 (#1062) (cherry picked from commit 8d1b9fc93f5d6e98f661e0a2d87b814abe4e421d) Signed-off-by: mend-for-github-com[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- .github/workflows/publish-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index d978b08d..4fadb678 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -25,7 +25,7 @@ jobs: distribution: temurin # Temurin is a distribution of adoptium java-version: 17 - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1