diff --git a/.github/workflows/_binary_upload.yml b/.github/workflows/_binary_upload.yml index 5842c49f21..c54f012beb 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2 + uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 981c835d9d..1c3214b85e 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 e9dedb3bca..95644c0d7d 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 b80110a764..925e35ac28 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 cfc0370cde..00f5f5e3ea 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 9caa96ca12..c4ef63bdc2 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 f49530bd7b..9e7d48b6d0 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 e463c004ff..474b932950 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 845d3f4a8d..1bbf877657 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 72ee3d6c3d..831bd1a9d5 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 a619325b6b..e413f11bb0 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 8e90036a58..a90dfd63b5 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 0ab6d8add9..ee1a30ecf9 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 85ef57d5d7..8d1e87fd6c 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 5b2e61020e..b76815474c 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 0c10e149db..c995810cde 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.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 110bf18200..126af82608 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@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 with: role-to-assume: arn:aws:iam::308535385114:role/gha_workflow_usage-log-aggregator-lambda aws-region: us-east-1