Skip to content

Commit d16c1cf

Browse files
authored
Merge branch 'main' into main
2 parents d585280 + ca3377d commit d16c1cf

12 files changed

+63
-10
lines changed

.github/workflows/extension-ai-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
timeout-minutes: 30
1818
steps:
1919
- name: Checkout the fork PR code
20-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
repository: ${{ github.event.pull_request.head.repo.full_name }}
2323
ref: ${{ github.event.pull_request.head.ref }}
2424
fetch-depth: 0 # Fetch full history for git diff
2525

2626
- name: Setup Python
27-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
27+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2828
with:
2929
python-version: "3.12"
3030
cache: "pip"

.github/workflows/extension-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
pull-requests: write
2020
timeout-minutes: 30
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
fetch-depth: 0 # Fetch full history for git diff
2525

26-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
26+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
2828
python-version: "3.12"
2929
cache: "pip"

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 5
1818
steps:
19-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
with:
2222
python-version: "3.12"
2323
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

CrossSegmentationExplorer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_dependencies": [
4+
"QuantitativeReporting"
5+
],
6+
"build_subdirectory": ".",
7+
"category": "Segmentation",
8+
"scm_revision": "main",
9+
"scm_url": "https://github.com/ImagingDataCommons/SlicerCrossSegmentationExplorer",
10+
"tier": 1
11+
}

DCMQI.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"build_dependencies": [],
44
"build_subdirectory": "dcmqi-build",
55
"category": "DICOM",
6-
"scm_revision": "v1.4.0",
6+
"scm_revision": "master",
77
"scm_url": "https://github.com/QIICR/dcmqi.git",
88
"tier": 5
99
}

IVIMFitSlicer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"scm_type": "git",
4+
"scm_url": "https://github.com/Atakanisik/SlicerIVIMFit.git",
5+
"scm_revision": "main",
6+
"category": "Diffusion",
7+
"build_dependencies": [],
8+
"build_subdirectory": "."
9+
}

ImpactReg.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_dependencies": [
4+
"KonfAI"
5+
],
6+
"build_subdirectory": ".",
7+
"category": "Registration",
8+
"scm_revision": "main",
9+
"scm_url": "https://github.com/vboussot/SlicerImpactReg",
10+
"tier": 3
11+
}

ImpactSynth.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_dependencies": [
4+
"KonfAI"
5+
],
6+
"build_subdirectory": ".",
7+
"category": "Image Synthesis",
8+
"scm_revision": "main",
9+
"scm_url": "https://github.com/vboussot/SlicerImpactSynth",
10+
"tier": 3
11+
}

MHubRunner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"build_subdirectory": ".",
77
"category": "Examples",
88
"scm_revision": "main",
9-
"scm_url": "https://github.com/LennyN95/SlicerMHubRunner",
9+
"scm_url": "https://github.com/MHubAI/SlicerMHubRunner",
1010
"tier": 3
1111
}

MuscleMap.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_dependencies": [
4+
"PyTorch"
5+
],
6+
"build_subdirectory": ".",
7+
"category": "Segmentation",
8+
"scm_revision": "main",
9+
"scm_url": "https://github.com/Eddowesselink/SlicerMuscleMap",
10+
"tier": 1
11+
}

0 commit comments

Comments
 (0)