From badf0200f9618e8d84ee8386c7f33d58cb0b774f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:35:21 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `aquasecurity/trivy-action` from 0.30.0 to 0.33.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.30.0...0.33.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- .github/workflows/docker-bench-security.yml | 2 +- .github/workflows/experimental_workflow_tests.yml | 2 +- .github/workflows/gandlf.yml | 4 ++-- .github/workflows/hadolint.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/openfl-docker-build.yml | 2 +- .github/workflows/ospdt_dependency_workflow.yml | 2 +- .github/workflows/pq_pipeline.yml | 2 +- .github/workflows/publish_nightly_package.yml | 2 +- .github/workflows/pytest_coverage.yml | 2 +- .github/workflows/straggler-handling.yml | 2 +- .github/workflows/task_runner_basic_e2e.yml | 12 ++++++------ .github/workflows/task_runner_connectivity_e2e.yml | 4 ++-- .github/workflows/task_runner_dockerized_ws_e2e.yml | 8 ++++---- .github/workflows/task_runner_fed_analytics_e2e.yml | 4 ++-- .github/workflows/task_runner_fedeval_dws_e2e.yml | 6 +++--- .github/workflows/task_runner_fedeval_e2e.yml | 6 +++--- .github/workflows/task_runner_flower_e2e.yml | 2 +- .github/workflows/task_runner_resiliency_e2e.yml | 4 ++-- .github/workflows/task_runner_secret_tls_e2e.yml | 4 ++-- .github/workflows/task_runner_secure_agg_e2e.yml | 2 +- .github/workflows/task_runner_straggler_e2e.yml | 4 ++-- .github/workflows/taskrunner.yml | 2 +- .github/workflows/tr_docker_gramine_direct.yml | 2 +- .github/workflows/tr_docker_native.yml | 2 +- .github/workflows/tr_verifiable_dataset_e2e.yml | 6 +++--- .github/workflows/trivy.yml | 6 +++--- .github/workflows/wf_functional_e2e.yml | 4 ++-- .github/workflows/wf_secagg_fed_runtime.yml | 2 +- .github/workflows/wf_watermarking_fed_runtime.yml | 2 +- .github/workflows/windows.yml | 10 +++++----- .github/workflows/workflow_interface_101_mnist.yml | 2 +- 33 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 048fecaf45..91ae2e9ef3 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/docker-bench-security.yml b/.github/workflows/docker-bench-security.yml index 9b1a661e8d..30d31d496f 100644 --- a/.github/workflows/docker-bench-security.yml +++ b/.github/workflows/docker-bench-security.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/experimental_workflow_tests.yml b/.github/workflows/experimental_workflow_tests.yml index 6427788459..6a2c3c4314 100644 --- a/.github/workflows/experimental_workflow_tests.yml +++ b/.github/workflows/experimental_workflow_tests.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/gandlf.yml b/.github/workflows/gandlf.yml index f8e861c784..af6dca6d21 100644 --- a/.github/workflows/gandlf.yml +++ b/.github/workflows/gandlf.yml @@ -27,7 +27,7 @@ jobs: NUM_COLLABORATORS: 2 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3.10 uses: actions/setup-python@v5 @@ -46,7 +46,7 @@ jobs: mkdir -p gandlf $HOME/results - name: Install GaNDLF repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'mlcommons/GaNDLF' fetch-depth: 2 # needed for detecting changes diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 9c7f46fbd9..87992de22a 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c67e775a87..650f785dc0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/openfl-docker-build.yml b/.github/workflows/openfl-docker-build.yml index 0644ec81a2..e800cf818c 100644 --- a/.github/workflows/openfl-docker-build.yml +++ b/.github/workflows/openfl-docker-build.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/ospdt_dependency_workflow.yml b/.github/workflows/ospdt_dependency_workflow.yml index 18d7f98d34..8125792c0d 100644 --- a/.github/workflows/ospdt_dependency_workflow.yml +++ b/.github/workflows/ospdt_dependency_workflow.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/pq_pipeline.yml b/.github/workflows/pq_pipeline.yml index 17efcd361a..8918d93bab 100644 --- a/.github/workflows/pq_pipeline.yml +++ b/.github/workflows/pq_pipeline.yml @@ -23,7 +23,7 @@ jobs: commit_id: ${{ steps.set_commit_id.outputs.commit_id }} steps: - name: Checkout OpenFL repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set commit ID id: set_commit_id diff --git a/.github/workflows/publish_nightly_package.yml b/.github/workflows/publish_nightly_package.yml index 0b714a76fe..8280ffa1d0 100644 --- a/.github/workflows/publish_nightly_package.yml +++ b/.github/workflows/publish_nightly_package.yml @@ -41,7 +41,7 @@ jobs: (github.event_name == 'workflow_dispatch') steps: - name: Checkout OpenFL repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/pytest_coverage.yml b/.github/workflows/pytest_coverage.yml index eacf7e364d..2b4d1660ee 100644 --- a/.github/workflows/pytest_coverage.yml +++ b/.github/workflows/pytest_coverage.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/straggler-handling.yml b/.github/workflows/straggler-handling.yml index 77bc284c54..507ab01bad 100644 --- a/.github/workflows/straggler-handling.yml +++ b/.github/workflows/straggler-handling.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/task_runner_basic_e2e.yml b/.github/workflows/task_runner_basic_e2e.yml index 5c7d6956ed..742e323552 100644 --- a/.github/workflows/task_runner_basic_e2e.yml +++ b/.github/workflows/task_runner_basic_e2e.yml @@ -154,7 +154,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -202,7 +202,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -250,7 +250,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -298,7 +298,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -335,7 +335,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -371,7 +371,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_connectivity_e2e.yml b/.github/workflows/task_runner_connectivity_e2e.yml index d13e02a075..c43d1025b5 100644 --- a/.github/workflows/task_runner_connectivity_e2e.yml +++ b/.github/workflows/task_runner_connectivity_e2e.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_dockerized_ws_e2e.yml b/.github/workflows/task_runner_dockerized_ws_e2e.yml index a6904ccae0..cc5f082a80 100644 --- a/.github/workflows/task_runner_dockerized_ws_e2e.yml +++ b/.github/workflows/task_runner_dockerized_ws_e2e.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -116,7 +116,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -157,7 +157,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -198,7 +198,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_fed_analytics_e2e.yml b/.github/workflows/task_runner_fed_analytics_e2e.yml index 57d21ba733..6efbd148ba 100644 --- a/.github/workflows/task_runner_fed_analytics_e2e.yml +++ b/.github/workflows/task_runner_fed_analytics_e2e.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_fedeval_dws_e2e.yml b/.github/workflows/task_runner_fedeval_dws_e2e.yml index 768b5a22fc..e7cf8c8fc3 100644 --- a/.github/workflows/task_runner_fedeval_dws_e2e.yml +++ b/.github/workflows/task_runner_fedeval_dws_e2e.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # needed for detecting changes submodules: "true" @@ -114,7 +114,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # needed for detecting changes submodules: "true" @@ -157,7 +157,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # needed for detecting changes submodules: "true" diff --git a/.github/workflows/task_runner_fedeval_e2e.yml b/.github/workflows/task_runner_fedeval_e2e.yml index 83cb29258e..98c794c149 100644 --- a/.github/workflows/task_runner_fedeval_e2e.yml +++ b/.github/workflows/task_runner_fedeval_e2e.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -102,7 +102,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -146,7 +146,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_flower_e2e.yml b/.github/workflows/task_runner_flower_e2e.yml index dce1a099f1..fdf64a091e 100644 --- a/.github/workflows/task_runner_flower_e2e.yml +++ b/.github/workflows/task_runner_flower_e2e.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_resiliency_e2e.yml b/.github/workflows/task_runner_resiliency_e2e.yml index 10656094d3..4f2c05c51e 100644 --- a/.github/workflows/task_runner_resiliency_e2e.yml +++ b/.github/workflows/task_runner_resiliency_e2e.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -106,7 +106,7 @@ jobs: # steps: # - name: Checkout OpenFL repository # id: checkout_openfl - # uses: actions/checkout@v4 + # uses: actions/checkout@v5 # with: # ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_secret_tls_e2e.yml b/.github/workflows/task_runner_secret_tls_e2e.yml index e9c0453aa1..021b04e128 100644 --- a/.github/workflows/task_runner_secret_tls_e2e.yml +++ b/.github/workflows/task_runner_secret_tls_e2e.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Scan git repo for secrets @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_secure_agg_e2e.yml b/.github/workflows/task_runner_secure_agg_e2e.yml index 66a126c9e0..a1cfc74ad1 100644 --- a/.github/workflows/task_runner_secure_agg_e2e.yml +++ b/.github/workflows/task_runner_secure_agg_e2e.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/task_runner_straggler_e2e.yml b/.github/workflows/task_runner_straggler_e2e.yml index c93786533c..ff8f9433cd 100644 --- a/.github/workflows/task_runner_straggler_e2e.yml +++ b/.github/workflows/task_runner_straggler_e2e.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/taskrunner.yml b/.github/workflows/taskrunner.yml index d06eb1c054..0b887cdbb6 100644 --- a/.github/workflows/taskrunner.yml +++ b/.github/workflows/taskrunner.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/tr_docker_gramine_direct.yml b/.github/workflows/tr_docker_gramine_direct.yml index cdc72d6996..2db34e115d 100644 --- a/.github/workflows/tr_docker_gramine_direct.yml +++ b/.github/workflows/tr_docker_gramine_direct.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/tr_docker_native.yml b/.github/workflows/tr_docker_native.yml index d27006596b..f389e6b478 100644 --- a/.github/workflows/tr_docker_native.yml +++ b/.github/workflows/tr_docker_native.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/tr_verifiable_dataset_e2e.yml b/.github/workflows/tr_verifiable_dataset_e2e.yml index eb3f61ac08..ae21e890ac 100644 --- a/.github/workflows/tr_verifiable_dataset_e2e.yml +++ b/.github/workflows/tr_verifiable_dataset_e2e.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -131,7 +131,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 62b196f3d1..73f48da394 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} @@ -61,7 +61,7 @@ jobs: - name: Run Trivy vulnerability scanner for Docker image (JSON Output) id: trivy-scan - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.33.0 with: image-ref: 'docker.io/securefederatedai/openfl:${{ github.sha }}' format: 'json' @@ -105,7 +105,7 @@ jobs: path: trivy-code-spdx-results.json - name: Run Trivy vulnerability scanner for Docker image (SPDX-JSON Output) - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.33.0 with: image-ref: 'docker.io/securefederatedai/openfl:${{ github.sha }}' format: 'spdx-json' diff --git a/.github/workflows/wf_functional_e2e.yml b/.github/workflows/wf_functional_e2e.yml index fe517404c3..36903ec421 100644 --- a/.github/workflows/wf_functional_e2e.yml +++ b/.github/workflows/wf_functional_e2e.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # needed for detecting changes submodules: "true" @@ -89,7 +89,7 @@ jobs: steps: - name: Checkout OpenFL repository id: checkout_openfl - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 # needed for detecting changes submodules: "true" diff --git a/.github/workflows/wf_secagg_fed_runtime.yml b/.github/workflows/wf_secagg_fed_runtime.yml index 775a753aea..7a02cd98f7 100644 --- a/.github/workflows/wf_secagg_fed_runtime.yml +++ b/.github/workflows/wf_secagg_fed_runtime.yml @@ -30,7 +30,7 @@ jobs: PYTHON_VERSION: '3.11' steps: - name: Checkout OpenFL repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} diff --git a/.github/workflows/wf_watermarking_fed_runtime.yml b/.github/workflows/wf_watermarking_fed_runtime.yml index 9afd05f230..3db28018db 100644 --- a/.github/workflows/wf_watermarking_fed_runtime.yml +++ b/.github/workflows/wf_watermarking_fed_runtime.yml @@ -30,7 +30,7 @@ jobs: PYTHON_VERSION: '3.10' steps: - name: Checkout OpenFL repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} # use commit_id from the calling workflow diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9551ce24c4..00df7f9ec2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: @@ -41,7 +41,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: @@ -59,7 +59,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: @@ -77,7 +77,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: @@ -95,7 +95,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python 3 uses: actions/setup-python@v5 with: diff --git a/.github/workflows/workflow_interface_101_mnist.yml b/.github/workflows/workflow_interface_101_mnist.yml index 0695309642..0db384f915 100644 --- a/.github/workflows/workflow_interface_101_mnist.yml +++ b/.github/workflows/workflow_interface_101_mnist.yml @@ -27,7 +27,7 @@ jobs: PYTHON_VERSION: '3.10' steps: - name: Checkout OpenFL repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ env.COMMIT_ID }} # use commit_id from the calling workflow