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/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cogstack-es_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
max-parallel: 4

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand All @@ -51,7 +51,7 @@ jobs:
max-parallel: 4

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand All @@ -72,7 +72,7 @@ jobs:
needs: types-lint-tests
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # fetch all history
fetch-tags: true # fetch tags explicitly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cogstack-es_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Release Tag
# If GITHUB_REF=refs/tags/cogstack-es/v0.1.2, this returns v0.1.2. Note it's including the "v" though it probably shouldnt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-den_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: [ '3.10', '3.11', '3.12' ]
max-parallel: 4
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install uv for Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
with:
Expand All @@ -50,7 +50,7 @@ jobs:
needs: build
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # fetch all history
fetch-tags: true # fetch tags explicitly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-den_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Release Tag
# If GITHUB_REF=refs/tags/medcat-den/v0.1.2, this returns v0.1.2. Note it's including the "v" though it probably shouldnt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Extract version from tag
id: version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/medcat-embedding-linker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: [ '3.10', '3.11', '3.12' ]
max-parallel: 4
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install uv for Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
with:
Expand All @@ -52,7 +52,7 @@ jobs:
needs: build
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # fetch all history
fetch-tags: true # fetch tags explicitly
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
needs: build
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install uv for Python 3.10
uses: astral-sh/setup-uv@v7
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/medcat-gliner_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
max-parallel: 4

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

- name: Install uv for Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
needs: tests
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0 # fetch all history
fetch-tags: true # fetch tags explicitly
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
needs: tests
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install uv for Python 3.10
uses: astral-sh/setup-uv@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-model-distributor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: 🧹 Free up disk space
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
needs: integration-test
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Log in to Docker Hub
uses: docker/login-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-scripts_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
max-parallel: 4
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install uv for Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-service_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: 🧹 Free up disk space
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-service_run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Cache MedMen Model
id: cache-medmen
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: models/medmen
key: medmen-${{ hashFiles('medcat-service/scripts/download_medmen.sh') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-trainer-v1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-trainer-v1_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: 'main'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-trainer-v1_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: "main"

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/medcat-trainer_ci.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 main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload client coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: client-coverage
path: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Upload frontend coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: frontend-coverage
path: medcat-trainer/webapp/frontend/coverage
Expand All @@ -155,7 +155,7 @@ jobs:
- local # tests against ../medcat-v2
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

- name: Upload backend coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: backend-coverage
path: |
Expand All @@ -245,7 +245,7 @@ jobs:
image_version: ${{ steps.meta.outputs.version }}
steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-v1-tutorials_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Python
uses: actions/setup-python@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v1_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
max-parallel: 4

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: Checkout main
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: 'main'
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medcat-v1_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout production
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.release.target_commitish }}
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v2-lib-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
warm_hf_cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
with:
# start at lowest possible
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: [ "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/download-artifact@v8
with:
name: hf-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v2-tutorials_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
basic-and-meta:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Python
uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Python
uses: actions/setup-python@v6
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/medcat-v2_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
test-resource-utils:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check test utils are in sync
run: diff tests/resource_fetch.py ../medcat-den/tests/resource_fetch.py

base-install-imports:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# NOTE: using oldest supported python version
- name: Install uv for Python 3.10
uses: astral-sh/setup-uv@v7
Expand All @@ -43,7 +43,7 @@ jobs:
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
max-parallel: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install uv for Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v2_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version_only: ${{ steps.extract.outputs.version_only }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-test-models-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
upload-test-models:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Upload test models to release
env:
Expand Down
Loading