From 436562461fed4648e597589b433be51f93fae842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 15:24:06 +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.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](https://github.com/aws-actions/configure-aws-credentials/compare/d979d5b3a71173a29b74b5b88418bfda9437d885...e6de054238d6b7531b4efff3b6587d9aade6a06c) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 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-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 0fcf1a3db3..33b5831fa4 100644 --- a/.github/workflows/deploy-audience-cdn.yaml +++ b/.github/workflows/deploy-audience-cdn.yaml @@ -55,7 +55,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@e6de054238d6b7531b4efff3b6587d9aade6a06c # pin@v6.2.3 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 48210882b8..d9a063a508 100644 --- a/.github/workflows/deploy-pixel-cdn.yaml +++ b/.github/workflows/deploy-pixel-cdn.yaml @@ -55,7 +55,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@e6de054238d6b7531b4efff3b6587d9aade6a06c # pin@v6.2.3 with: role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: us-east-1 diff --git a/.github/workflows/passport-sample-app-deployment.yaml b/.github/workflows/passport-sample-app-deployment.yaml index b1d1e5c1ff..259a8fcd21 100644 --- a/.github/workflows/passport-sample-app-deployment.yaml +++ b/.github/workflows/passport-sample-app-deployment.yaml @@ -31,7 +31,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@e6de054238d6b7531b4efff3b6587d9aade6a06c # pin@v6.2.3 with: role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: ${{ env.AWS_REGION }}