diff --git a/chainlink-testing-framework/build-image/action.yml b/chainlink-testing-framework/build-image/action.yml index 91d0467..9f156c1 100644 --- a/chainlink-testing-framework/build-image/action.yml +++ b/chainlink-testing-framework/build-image/action.yml @@ -106,7 +106,7 @@ runs: fi - name: Configure AWS Credentials if: steps.push.outputs.push == 'true' - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe with: aws-region: ${{ inputs.QA_AWS_REGION }} role-to-assume: ${{ inputs.QA_AWS_ROLE_TO_ASSUME }} diff --git a/chainlink-testing-framework/run-tests/action.yml b/chainlink-testing-framework/run-tests/action.yml index 6f59112..6717801 100644 --- a/chainlink-testing-framework/run-tests/action.yml +++ b/chainlink-testing-framework/run-tests/action.yml @@ -83,7 +83,7 @@ runs: steps: # Setup Tools and libraries - name: Setup environment - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.0.28 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.0.29 with: test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }} test_download_ginkgo_command: ${{ inputs.test_download_ginkgo_command }} @@ -151,7 +151,7 @@ runs: path: ${{ inputs.artifacts_location }} - name: cleanup if: always() - uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.28 + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.29 with: triggered_by: ${{ inputs.triggered_by }} should_cleanup: ${{ inputs.should_cleanup }} diff --git a/chainlink-testing-framework/setup-run-tests-environment/action.yml b/chainlink-testing-framework/setup-run-tests-environment/action.yml index 2300983..2230cf9 100644 --- a/chainlink-testing-framework/setup-run-tests-environment/action.yml +++ b/chainlink-testing-framework/setup-run-tests-environment/action.yml @@ -61,7 +61,7 @@ runs: # Setup AWS cred and K8s context - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe with: aws-region: ${{ inputs.QA_AWS_REGION }} role-to-assume: ${{ inputs.QA_AWS_ROLE_TO_ASSUME }} diff --git a/docker/build-push/action.yml b/docker/build-push/action.yml index 500c822..2b2cd44 100644 --- a/docker/build-push/action.yml +++ b/docker/build-push/action.yml @@ -25,7 +25,7 @@ runs: using: composite steps: - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe with: aws-region: ${{ inputs.AWS_REGION }} role-to-assume: ${{ inputs.AWS_ROLE_TO_ASSUME }}