diff --git a/.github/workflows/_binary_upload.yml b/.github/workflows/_binary_upload.yml index 86abebfc40..aa244c01cf 100644 --- a/.github/workflows/_binary_upload.yml +++ b/.github/workflows/_binary_upload.yml @@ -80,14 +80,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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 702cd2e68f..f041725ac4 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 1e9c233eda..8f7cffb7b6 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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 674ae2472c..76b1290066 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 1c1bac6e02..ffb247582e 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 758dab44c5..5d5b5b5d3b 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 f8504cd055..b0736afff0 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 6242d90dbb..4d0ad29fa3 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 ea8aea1e1c..e0a1de1e59 100644 --- a/.github/workflows/log-classifier-lambda.yml +++ b/.github/workflows/log-classifier-lambda.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 8d70480854..1257593aad 100644 --- a/.github/workflows/mobile_job.yml +++ b/.github/workflows/mobile_job.yml @@ -119,7 +119,7 @@ jobs: echo "::endgroup::" - name: Authenticate with AWS - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 5ce7f579f3..1aae6d029f 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 e7d5efc7dd..5756e9ec42 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 26f74ea0c6..13fe6978e9 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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 0507ef7c24..120142f017 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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 873f389f93..cf5f14abfb 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@v3 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 da13a8dd50..fcefb2edd8 100644 --- a/.github/workflows/upload-tutorials-stats.yml +++ b/.github/workflows/upload-tutorials-stats.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Configure aws credentials id: aws_creds - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v4.1.0 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 fc6c34fd1c..5c628b2e0d 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@v1.7.0 + uses: aws-actions/configure-aws-credentials@v4.1.0 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_usage-log-aggregator-lambda aws-region: us-east-1