From 480a613a1d0c668ed466d9d2bc4c7eadcf561865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:16:57 +0000 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.1 to 6.2.0. - [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](https://github.com/aws-actions/configure-aws-credentials/compare/d979d5b3a71173a29b74b5b88418bfda9437d885...e7f100cf4c008499ea8adda475de1042d6975c7b) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-audience-cdn.yaml | 2 +- .github/workflows/deploy-pixel-cdn.yaml | 2 +- .github/workflows/passport-sdk-sample-app-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-audience-cdn.yaml b/.github/workflows/deploy-audience-cdn.yaml index def55cd113..b18455720c 100644 --- a/.github/workflows/deploy-audience-cdn.yaml +++ b/.github/workflows/deploy-audience-cdn.yaml @@ -56,7 +56,7 @@ jobs: echo "Gzipped size: $(gzip -c packages/audience/sdk/dist/cdn/imtbl-audience.global.js | wc -c) bytes" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # pin@v6.1.1 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # pin@v6.2.0 with: role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: us-east-1 diff --git a/.github/workflows/deploy-pixel-cdn.yaml b/.github/workflows/deploy-pixel-cdn.yaml index e6c5d26e67..3f18146a45 100644 --- a/.github/workflows/deploy-pixel-cdn.yaml +++ b/.github/workflows/deploy-pixel-cdn.yaml @@ -56,7 +56,7 @@ jobs: echo "Gzipped size: $(gzip -c packages/audience/pixel/dist/imtbl.js | wc -c) bytes" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # pin@v6.1.1 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # pin@v6.2.0 with: role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: us-east-1 diff --git a/.github/workflows/passport-sdk-sample-app-deployment.yaml b/.github/workflows/passport-sdk-sample-app-deployment.yaml index 50a576f3ed..855d801079 100644 --- a/.github/workflows/passport-sdk-sample-app-deployment.yaml +++ b/.github/workflows/passport-sdk-sample-app-deployment.yaml @@ -27,7 +27,7 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.TS_IMMUTABLE_SDK_NX_TOKEN }} steps: - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # pin@v6.1.1 + uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # pin@v6.2.0 with: role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: ${{ env.AWS_REGION }}