Skip to content

Commit

Permalink
Update dependencies, license and copyrights (#313) (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp authored Jun 12, 2024
1 parent fbd239b commit 9e6199b
Show file tree
Hide file tree
Showing 85 changed files with 415 additions and 346 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
Expand All @@ -52,15 +52,15 @@ jobs:
tools: licensefinder

- name: Enable NuGet cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Initialize CodeQ
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

Expand All @@ -80,7 +80,7 @@ jobs:
working-directory: ./src

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Secret detection
uses: gitleaks/[email protected]
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -105,14 +105,14 @@ jobs:
dotnet-version: "8.0.x"

- name: Enable NuGet cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0

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

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -198,7 +198,7 @@ jobs:
dotnet-version: "8.0.x"

- name: Enable NuGet cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -242,15 +242,15 @@ jobs:

- name: Upload Nuget
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
with:
name: nuget
path: ${{ github.workspace }}/release/*.nupkg
retention-days: 30

- name: Upload Zipped Plug-ins
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
with:
name: plug-ins
path: ${{ github.workspace }}/src/Plugins/release/*.zip
Expand All @@ -262,7 +262,7 @@ jobs:
needs: [build, unit-test]
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download

- name: List artifacts
Expand All @@ -271,7 +271,7 @@ jobs:
- name: Install grp
run: dotnet tool install gpr -g

- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand All @@ -287,7 +287,7 @@ jobs:
needs: [build, unit-test]
if: ${{ github.event.inputs.nuget }}
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download

- name: List artifacts
Expand Down Expand Up @@ -315,11 +315,11 @@ jobs:
MAJORMINORPATCH: ${{ needs.build.outputs.majorMinorPatch }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download

- name: List artifacts
Expand Down
2 changes: 1 addition & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ header:
license:
spdx-id: Apache-2.0
copyright-owner: MONAI Consortium

copyright-year: '2021-2024'
paths:
- 'src'

Expand Down
52 changes: 26 additions & 26 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- :who: mocsharp
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
:versions:
- 4.3.0
- 4.5.0
:when: 2022-08-16 21:39:30.077666354 Z
- - :approve
- Castle.Core
Expand All @@ -18,14 +18,14 @@
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- 8.0.0
- 8.0.6
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.CodeCoverage
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- 17.8.0
- 17.10.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.Configuration.Abstractions
Expand All @@ -39,7 +39,7 @@
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- 8.0.0
- 8.0.1
:when: 2022-08-16 21:39:41.552489638 Z
- - :approve
- Microsoft.Extensions.Diagnostics.Abstractions
Expand All @@ -53,14 +53,14 @@
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- 8.0.0
- 8.0.6
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- 8.0.0
- 8.0.6
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.FileProviders.Abstractions
Expand All @@ -81,14 +81,14 @@
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- 8.0.0
- 8.0.1
:when: 2022-08-16 21:39:44.471693654 Z
- - :approve
- Microsoft.Extensions.Options
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- 8.0.0
- 8.0.2
:when: 2022-08-16 21:39:46.980521333 Z
- - :approve
- Microsoft.Extensions.Primitives
Expand All @@ -102,7 +102,7 @@
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- 17.8.0
- 17.10.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.NETCore.Platforms
Expand All @@ -123,14 +123,14 @@
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- 17.8.0
- 17.10.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.TestPlatform.TestHost
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- 17.8.0
- 17.10.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Win32.Primitives
Expand Down Expand Up @@ -172,14 +172,14 @@
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- 8.2.1
- 8.4.0
:when: 2022-11-09 18:57:32.294717110 Z
- - :approve
- Polly.Core
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- 8.2.1
- 8.4.0
:when: 2022-11-09 18:57:32.294717110 Z
- - :approve
- RabbitMQ.Client
Expand Down Expand Up @@ -292,14 +292,14 @@
- :who: samrooke
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 20.0.4
- 21.0.2
:when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- System.IO.Abstractions.TestingHelpers
- :who: samrooke
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 20.0.4
- 21.0.2
:when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- System.IO.Compression
Expand Down Expand Up @@ -614,28 +614,28 @@
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 20.0.4
- 21.0.2
:when: 2022-08-16 21:40:21.430356356 Z
- - :approve
- TestableIO.System.IO.Abstractions.TestingHelpers
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 20.0.4
- 21.0.2
:when: 2022-08-16 21:40:21.430356356 Z
- - :approve
- TestableIO.System.IO.Abstractions.Wrappers
- :who: mocsharp
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- 20.0.4
- 21.0.2
:when: 2022-08-16 21:40:21.430356356 Z
- - :approve
- coverlet.collector
- :who: mocsharp
:why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
:versions:
- 6.0.0
- 6.0.2
:when: 2022-08-16 21:40:21.855388365 Z
- - :approve
- runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
Expand Down Expand Up @@ -754,7 +754,7 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.4
- 2.8.1
:when: 2022-08-16 21:40:29.166018542 Z
- - :approve
- xunit.abstractions
Expand All @@ -768,40 +768,40 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
:versions:
- 1.8.0
- 1.14.0
:when: 2022-08-16 21:40:30.047067134 Z
- - :approve
- xunit.assert
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.4
- 2.8.1
:when: 2022-08-16 21:40:30.526718458 Z
- - :approve
- xunit.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.4
- 2.8.1
:when: 2022-08-16 21:40:30.973515441 Z
- - :approve
- xunit.extensibility.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.4
- 2.8.1
:when: 2022-08-16 21:40:31.401607230 Z
- - :approve
- xunit.extensibility.execution
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- 2.6.4
- 2.8.1
:when: 2022-08-16 21:40:31.845685693 Z
- - :approve
- xunit.runner.visualstudio
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- 2.5.6
- 2.8.1
:when: 2022-08-16 21:40:32.294717110 Z
4 changes: 2 additions & 2 deletions src/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2022 MONAI Consortium
* Copyright 2021-2024 MONAI Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
6 changes: 3 additions & 3 deletions src/Messaging/API/ConnectionErrorArgs.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* Copyright 2021-2022 MONAI Consortium
/*
* Copyright 2021-2024 MONAI Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
Loading

0 comments on commit 9e6199b

Please sign in to comment.