Skip to content

Commit 59329a7

Browse files
committed
merge in new develop
Signed-off-by: Neil South <[email protected]>
2 parents 26d8fb5 + 07321d9 commit 59329a7

File tree

87 files changed

+2621
-1142
lines changed

Some content is hidden

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

87 files changed

+2621
-1142
lines changed

.github/.gitversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
next-version: 0.3.0
15+
next-version: 0.3.1
1616
assembly-versioning-scheme: MajorMinorPatchTag
1717
mode: ContinuousDelivery
1818
branches:

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747

48-
- uses: actions/setup-dotnet@v2
48+
- uses: actions/setup-dotnet@v3
4949
with:
5050
dotnet-version: "6.0.x"
5151

@@ -76,21 +76,21 @@ jobs:
7676
with:
7777
fetch-depth: 0
7878

79-
- uses: actions/setup-dotnet@v2
79+
- uses: actions/setup-dotnet@v3
8080
with:
8181
dotnet-version: "6.0.x"
8282

8383
- name: Enable Homebrew
8484
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
85-
85+
8686
- name: Install License Finder tool with Homebrew
8787
uses: tecoli-com/[email protected]
8888
with:
8989
tools: licensefinder
9090
cache: yes
9191

9292
- name: Enable NuGet cache
93-
uses: actions/[email protected].8
93+
uses: actions/[email protected].10
9494
with:
9595
path: ~/.nuget/packages
9696
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -141,12 +141,12 @@ jobs:
141141
distribution: zulu
142142
java-version: '11'
143143

144-
- uses: actions/setup-dotnet@v2
144+
- uses: actions/setup-dotnet@v3
145145
with:
146146
dotnet-version: "6.0.x"
147147

148148
- name: Enable NuGet cache
149-
uses: actions/[email protected].8
149+
uses: actions/[email protected].10
150150
with:
151151
path: ~/.nuget/packages
152152
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -219,12 +219,12 @@ jobs:
219219
with:
220220
fetch-depth: 0
221221

222-
- uses: actions/setup-dotnet@v2
222+
- uses: actions/setup-dotnet@v3
223223
with:
224224
dotnet-version: "6.0.x"
225225

226226
- name: Enable NuGet cache
227-
uses: actions/[email protected].8
227+
uses: actions/[email protected].10
228228
with:
229229
path: ~/.nuget/packages
230230
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -284,12 +284,12 @@ jobs:
284284
with:
285285
fetch-depth: 0
286286

287-
- uses: actions/setup-dotnet@v2
287+
- uses: actions/setup-dotnet@v3
288288
with:
289289
dotnet-version: "6.0.x"
290290

291291
- name: Enable NuGet cache
292-
uses: actions/[email protected].8
292+
uses: actions/[email protected].10
293293
with:
294294
path: ~/.nuget/packages
295295
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -397,12 +397,12 @@ jobs:
397397
with:
398398
fetch-depth: 0
399399

400-
- uses: actions/setup-dotnet@v2
400+
- uses: actions/setup-dotnet@v3
401401
with:
402402
dotnet-version: "6.0.x"
403403

404404
- name: Enable NuGet cache
405-
uses: actions/[email protected].8
405+
uses: actions/[email protected].10
406406
with:
407407
path: ~/.nuget/packages
408408
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -424,8 +424,8 @@ jobs:
424424

425425
- name: Update docs version
426426
run: |
427-
sed -i -e "s,v0.0.0,v$SEMVER,g" ./docs/docfx.json
428-
sed -i -e "s,v0.0.0,v$SEMVER,g" ./docs/index.md
427+
sed -i -e "s,v0.0.0,v${{ env.SEMVER }},g" ./docs/docfx.json
428+
sed -i -e "s,v0.0.0,v${{ env.SEMVER }},g" ./docs/index.md
429429
430430
- name: Build Docs
431431
working-directory: docs

.licenserc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ header:
3232
- 'src/Monai.Deploy.InformaticsGateway.sln'
3333
- 'src/Database/Migrations/**'
3434
- 'demos/**/.env/**'
35+
- 'demos/**/*.txt'
3536
- 'docs/templates/**'
3637
- 'tests/Integration.Test/*.dev'
3738
- 'tests/Integration.Test/data/**'
39+
- 'guidelines/diagrams/*.txt'
3840

3941
comment: on-failure
4042

0 commit comments

Comments
 (0)