Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-bench-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/experimental_workflow_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gandlf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openfl-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ospdt_dependency_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pq_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_nightly_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/straggler-handling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/task_runner_basic_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_connectivity_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/task_runner_dockerized_ws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_fed_analytics_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/task_runner_fedeval_dws_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/task_runner_fedeval_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_flower_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_resiliency_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_secret_tls_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_secure_agg_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_straggler_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taskrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tr_docker_gramine_direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tr_docker_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading
Loading