Skip to content

Commit 746efdc

Browse files
committed
Merge remote-tracking branch 'origin/main' into claude/issue-35-20251222-1949
2 parents 893a29c + d1058a7 commit 746efdc

File tree

70 files changed

+8098
-584
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8098
-584
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333

.github/workflows/claude-issue-summarize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.ref }}
2020

.github/workflows/claude-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
issues: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.ref }}
2020

.github/workflows/claude-ontology-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 1
3535

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read # Required for Claude to read CI results on PRs
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 1
3232

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# https://github.com/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2626

.github/workflows/dragon-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
result: ${{ steps.check.outputs.result }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
# this seems to be necessary to ensure actions uses the latest; see
2626
# https://github.com/actions/checkout/issues/439
2727
with:
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout repository
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v6
105105
with:
106106
ref: ${{ github.ref }}
107107
token: ${{ secrets.PAT_FOR_PR }} # Use PAT for checkout to allow committing later

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# https://github.com/actions/checkout
2828
- name: Check out repository
29-
uses: actions/checkout@v4.2.2
29+
uses: actions/checkout@v6
3030
with:
3131
persist-credentials: false
3232

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# https://github.com/actions/checkout
3030
- name: Check out repository
31-
uses: actions/checkout@v4.2.2
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

cache/enums/diseaseterm_cb9fbc86f8a3.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ MONDO:0007444
6262
MONDO:0008491
6363
MONDO:0007606
6464
MONDO:0700294
65+
MONDO:0017276
66+
MONDO:0007488

0 commit comments

Comments
 (0)