Skip to content
Merged
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/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Generate version tag
id: version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Run Trivy filesystem scan
uses: aquasecurity/trivy-action@v0.36.0
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: trivy-filesystem

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# This job builds a multi-GB GPU image on every run. Without reclaiming
# space first, layers and build cache from previous runs fill the disk.
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Audit against the Python version we actually ship (the container images
# install python3.12). The runner's default python3 is 3.9, and resolving
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--health-retries 5

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Test against the Python version we actually ship (the container images
# install python3.12). The runner's default python3 is 3.9, where pip
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
--health-retries 5

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# Test against the Python version we actually ship (the container images
# install python3.12). The runner's default python3 is 3.9, where pip
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
runs-on: self-hosted

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python virtual environment
run: |
Expand Down