From 60d096baede59a573b84551a7a8363aa96cd1cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:41:39 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.3.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 4.3.1. - [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/v1.7.0...7474bc4690e29a8392af63c5b98e7449536d5c3a) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_binary_upload.yml | 4 ++-- .github/workflows/backfill-workflow-job.yml | 2 +- .github/workflows/build-windows-ami.yml | 2 +- .github/workflows/clickhouse-replicator-dynamo-lambda.yml | 2 +- .github/workflows/clickhouse-replicator-s3-lambda.yml | 2 +- .../workflows/deploy_lambda_whl_metadata_upload_pep658.yml | 2 +- .github/workflows/gha-artifacts-lambda.yml | 2 +- .github/workflows/github-status-test-lambda.yml | 2 +- .github/workflows/log-classifier-lambda.yml | 2 +- .github/workflows/mobile_job.yml | 2 +- .github/workflows/opensearch-gha-jobs-lambda.yml | 2 +- .github/workflows/servicelab-ingestor-lambda.yml | 2 +- .github/workflows/update-queue-times.yml | 2 +- .github/workflows/update-s3-html.yml | 2 +- .github/workflows/update_test_file_ratings.yml | 2 +- .github/workflows/upload-tutorials-stats.yml | 2 +- .github/workflows/usage-log-aggregator-lambda.yml | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/_binary_upload.yml b/.github/workflows/_binary_upload.yml index 5842c49f21..4841d260ef 100644 --- a/.github/workflows/_binary_upload.yml +++ b/.github/workflows/_binary_upload.yml @@ -77,14 +77,14 @@ jobs: - name: Configure aws credentials (pytorch account) if: ${{ inputs.trigger-event == 'schedule' || (inputs.trigger-event == 'push' && startsWith(github.event.ref, 'refs/heads/nightly')) }} - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_nightly_build_wheels aws-region: us-east-1 - name: Configure aws credentials (pytorch account) if: ${{ env.CHANNEL == 'test' && startsWith(github.event.ref, 'refs/tags/v') }} - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_test_build_wheels aws-region: us-east-1 diff --git a/.github/workflows/backfill-workflow-job.yml b/.github/workflows/backfill-workflow-job.yml index 981c835d9d..51dfae58a6 100644 --- a/.github/workflows/backfill-workflow-job.yml +++ b/.github/workflows/backfill-workflow-job.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_backfill-workflow-job aws-region: us-east-1 diff --git a/.github/workflows/build-windows-ami.yml b/.github/workflows/build-windows-ami.yml index e9dedb3bca..79181a45d2 100644 --- a/.github/workflows/build-windows-ami.yml +++ b/.github/workflows/build-windows-ami.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ inputs.branch }} - name: Configure AWS Credentials (PyTorch Account) - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: aws-region: us-east-1 role-to-assume: arn:aws:iam::391835788720:role/gha-packer-role diff --git a/.github/workflows/clickhouse-replicator-dynamo-lambda.yml b/.github/workflows/clickhouse-replicator-dynamo-lambda.yml index b80110a764..500b46eadd 100644 --- a/.github/workflows/clickhouse-replicator-dynamo-lambda.yml +++ b/.github/workflows/clickhouse-replicator-dynamo-lambda.yml @@ -25,7 +25,7 @@ jobs: python-version: '3.12' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_deploy_clickhouse_replicator_lambdas aws-region: us-east-1 diff --git a/.github/workflows/clickhouse-replicator-s3-lambda.yml b/.github/workflows/clickhouse-replicator-s3-lambda.yml index cfc0370cde..ef2c566b52 100644 --- a/.github/workflows/clickhouse-replicator-s3-lambda.yml +++ b/.github/workflows/clickhouse-replicator-s3-lambda.yml @@ -25,7 +25,7 @@ jobs: python-version: '3.12' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_deploy_clickhouse_replicator_lambdas aws-region: us-east-1 diff --git a/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml b/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml index 9caa96ca12..3224326841 100644 --- a/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml +++ b/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.13' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_whl_metadata_upload_pep658 aws-region: us-east-1 diff --git a/.github/workflows/gha-artifacts-lambda.yml b/.github/workflows/gha-artifacts-lambda.yml index f49530bd7b..9f593a1122 100644 --- a/.github/workflows/gha-artifacts-lambda.yml +++ b/.github/workflows/gha-artifacts-lambda.yml @@ -42,7 +42,7 @@ jobs: python-version: '3.12' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_gha-artifacts-lambda aws-region: us-east-1 diff --git a/.github/workflows/github-status-test-lambda.yml b/.github/workflows/github-status-test-lambda.yml index e463c004ff..f2867ab09b 100644 --- a/.github/workflows/github-status-test-lambda.yml +++ b/.github/workflows/github-status-test-lambda.yml @@ -25,7 +25,7 @@ jobs: contents: read steps: - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_github-status-test-lambda aws-region: us-east-1 diff --git a/.github/workflows/log-classifier-lambda.yml b/.github/workflows/log-classifier-lambda.yml index 845d3f4a8d..4b1e5a9031 100644 --- a/.github/workflows/log-classifier-lambda.yml +++ b/.github/workflows/log-classifier-lambda.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_log-classifier-lambda aws-region: us-east-1 diff --git a/.github/workflows/mobile_job.yml b/.github/workflows/mobile_job.yml index 72ee3d6c3d..071698e36b 100644 --- a/.github/workflows/mobile_job.yml +++ b/.github/workflows/mobile_job.yml @@ -124,7 +124,7 @@ jobs: echo "::endgroup::" - name: Authenticate with AWS - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_mobile_job # The max duration enforced by the server side diff --git a/.github/workflows/opensearch-gha-jobs-lambda.yml b/.github/workflows/opensearch-gha-jobs-lambda.yml index a619325b6b..d6c896461e 100644 --- a/.github/workflows/opensearch-gha-jobs-lambda.yml +++ b/.github/workflows/opensearch-gha-jobs-lambda.yml @@ -41,7 +41,7 @@ jobs: python-version: '3.11' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_opensearch-gha-jobs-lambda aws-region: us-east-1 diff --git a/.github/workflows/servicelab-ingestor-lambda.yml b/.github/workflows/servicelab-ingestor-lambda.yml index 8e90036a58..58252799c6 100644 --- a/.github/workflows/servicelab-ingestor-lambda.yml +++ b/.github/workflows/servicelab-ingestor-lambda.yml @@ -25,7 +25,7 @@ jobs: python-version: '3.12' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_servicelab-ingestor-lambda aws-region: us-east-1 diff --git a/.github/workflows/update-queue-times.yml b/.github/workflows/update-queue-times.yml index 0ab6d8add9..fc442b8ddb 100644 --- a/.github/workflows/update-queue-times.yml +++ b/.github/workflows/update-queue-times.yml @@ -19,7 +19,7 @@ jobs: - run: yarn install --frozen-lockfile - name: configure aws credentials id: aws_creds - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_update_queue_times aws-region: us-east-1 diff --git a/.github/workflows/update-s3-html.yml b/.github/workflows/update-s3-html.yml index 85ef57d5d7..b9521a6bd2 100644 --- a/.github/workflows/update-s3-html.yml +++ b/.github/workflows/update-s3-html.yml @@ -23,7 +23,7 @@ jobs: steps: - name: configure aws credentials id: aws_creds - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_s3_update aws-region: us-east-1 diff --git a/.github/workflows/update_test_file_ratings.yml b/.github/workflows/update_test_file_ratings.yml index e3321663bb..5bb9847201 100644 --- a/.github/workflows/update_test_file_ratings.yml +++ b/.github/workflows/update_test_file_ratings.yml @@ -36,7 +36,7 @@ jobs: pip3 install -e . - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/upload_to_ossci_raw_job_status aws-region: us-east-1 diff --git a/.github/workflows/upload-tutorials-stats.yml b/.github/workflows/upload-tutorials-stats.yml index 0c10e149db..17d5435dcc 100644 --- a/.github/workflows/upload-tutorials-stats.yml +++ b/.github/workflows/upload-tutorials-stats.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Configure aws credentials id: aws_creds - uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_upload-tutorials-stats aws-region: us-east-1 diff --git a/.github/workflows/usage-log-aggregator-lambda.yml b/.github/workflows/usage-log-aggregator-lambda.yml index 110bf18200..65c1e6af3d 100644 --- a/.github/workflows/usage-log-aggregator-lambda.yml +++ b/.github/workflows/usage-log-aggregator-lambda.yml @@ -42,7 +42,7 @@ jobs: python-version: '3.12' cache: pip - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_usage-log-aggregator-lambda aws-region: us-east-1