From 442909ce3edbfc40d6341e3513641b65befd5a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:49:21 +0100 Subject: [PATCH] chore: bump machulav/ec2-github-runner from 2.3.6 to 2.3.7 (#938) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yaml | 16 ++++++++-------- .github/workflows/refresh-notebooks.yaml | 4 ++-- .github/workflows/refresh-one-notebook.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/run_one_use_cases_example.yaml | 4 ++-- .github/workflows/run_use_cases_examples.yaml | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 4be62677d..317c81a56 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -314,7 +314,7 @@ jobs: - name: Start EC2 runner python 3.8 id: start-ec2-runner-38 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-38-linux-runner) }} - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -338,7 +338,7 @@ jobs: - name: Start EC2 runner python 3.9 id: start-ec2-runner-39 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-39-linux-runner) }} - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -362,7 +362,7 @@ jobs: - name: Start EC2 runner python 3.10 id: start-ec2-runner-310 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-310-linux-runner) }} - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -386,7 +386,7 @@ jobs: - name: Start EC2 runner python 3.11 id: start-ec2-runner-311 if: ${{ !cancelled() && fromJSON(needs.matrix-preparation.outputs.needs-311-linux-runner) }} - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -1023,7 +1023,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 3.8 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -1032,7 +1032,7 @@ jobs: mode: stop - name: Stop EC2 runner python 3.9 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-39 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -1041,7 +1041,7 @@ jobs: mode: stop - name: Stop EC2 runner python 3.10 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-310 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -1050,7 +1050,7 @@ jobs: mode: stop - name: Stop EC2 runner python 3.11 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-311 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 2e2241649..1f85d4753 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -29,7 +29,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -123,7 +123,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index de0e5a998..3713dadf8 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -112,7 +112,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -233,7 +233,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 258330645..e185c1cd4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: - name: Start EC2 runner python id: start-ec2-runner - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -589,7 +589,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/run_one_use_cases_example.yaml b/.github/workflows/run_one_use_cases_example.yaml index a07d9c1e5..83e20e34c 100644 --- a/.github/workflows/run_one_use_cases_example.yaml +++ b/.github/workflows/run_one_use_cases_example.yaml @@ -57,7 +57,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -153,7 +153,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} diff --git a/.github/workflows/run_use_cases_examples.yaml b/.github/workflows/run_use_cases_examples.yaml index 0b22b9105..62dcb5b2c 100644 --- a/.github/workflows/run_use_cases_examples.yaml +++ b/.github/workflows/run_use_cases_examples.yaml @@ -29,7 +29,7 @@ jobs: - name: Start EC2 runner python 38 id: start-ec2-runner-38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 with: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} @@ -93,7 +93,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Stop EC2 runner python 38 - uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e + uses: machulav/ec2-github-runner@1827d6ca7544d7044ddbd2e9360564651b463da2 if: ${{ always() && needs.start-runner-linux.outputs.ec2-instance-id-38 }} with: github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }}