Skip to content

Commit b9878fd

Browse files
authored
Merge branch 'Slicer:main' into add-KonfAI
2 parents 77f7fc6 + aab2e2b commit b9878fd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
27+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323
with:
2424
fetch-depth: 0 # Fetch full history for git diff
2525

26-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
26+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
19+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2121
with:
2222
python-version: "3.12"
2323
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

QuantitativeReporting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"build_subdirectory": ".",
99
"category": "Informatics",
10-
"scm_revision": "2c0112785c9ba3af9be6a1f86d5ed7bb8b700705",
10+
"scm_revision": "master",
1111
"scm_url": "https://github.com/QIICR/QuantitativeReporting.git",
1212
"tier": 5
1313
}

SlicerMorph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"build_subdirectory": ".",
88
"category": "SlicerMorph",
9-
"scm_revision": "master",
9+
"scm_revision": "geomorphTab",
1010
"scm_url": "https://github.com/SlicerMorph/SlicerMorph.git",
1111
"tier": 5
1212
}

TutorialMaker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"build_subdirectory": ".",
55
"category": "Developer Tools",
66
"scm_revision": "main",
7-
"scm_url": "https://github.com/SlicerLatinAmerica/SlicerTutorialMaker.git",
7+
"scm_url": "https://github.com/SoniaPujolLab/SlicerTutorialMaker.git",
88
"tier": 1
99
}

0 commit comments

Comments
 (0)