Skip to content

Commit 49fe02b

Browse files
authored
Merge pull request #715 from Project-MONAI/release/0.1.3.1
Release/0.1.3.1 +semver: patch
2 parents 8c5fe62 + 201755c commit 49fe02b

File tree

44 files changed

+594
-528
lines changed

Some content is hidden

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

44 files changed

+594
-528
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Determine Version
5656
id: gitversion
57-
uses: gittools/actions/gitversion/execute@v0.9.15
57+
uses: gittools/actions/gitversion/execute@v0.10.2
5858
with:
5959
useConfigFile: true
6060
updateAssemblyInfo: true
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Anchore Container Scan
127127
id: anchore-scan
128-
uses: anchore/[email protected].2
128+
uses: anchore/[email protected].4
129129
continue-on-error: true
130130
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
131131
with:
@@ -157,7 +157,7 @@ jobs:
157157
dotnet-version: "6.0.x"
158158

159159
- name: Enable NuGet cache
160-
uses: actions/cache@v3.2.6
160+
uses: actions/cache@v3.3.1
161161
with:
162162
path: ~/.nuget/packages
163163
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -227,12 +227,12 @@ jobs:
227227
msg: ${{ github.repository }}
228228

229229
- name: Install GitReleaseManager
230-
uses: gittools/actions/gitreleasemanager/setup@v0.9.15
230+
uses: gittools/actions/gitreleasemanager/setup@v0.10.2
231231
with:
232232
versionSpec: "0.13.x"
233233

234234
- name: Create release with GitReleaseManager
235-
uses: gittools/actions/gitreleasemanager/create@v0.9.15
235+
uses: gittools/actions/gitreleasemanager/create@v0.10.2
236236
with:
237237
token: ${{ secrets.GITHUB_TOKEN }}
238238
owner: ${{ steps.repo.outputs._0 }}
@@ -243,7 +243,7 @@ jobs:
243243
artifacts/mwm-docs-${{ env.SEMVER }}.zip
244244
245245
- name: Publish release with GitReleaseManager
246-
uses: gittools/actions/gitreleasemanager/publish@v0.9.15
246+
uses: gittools/actions/gitreleasemanager/publish@v0.10.2
247247
if: ${{ contains(github.ref, 'refs/heads/main') }}
248248
with:
249249
token: ${{ secrets.GITHUB_TOKEN }}
@@ -252,7 +252,7 @@ jobs:
252252
tagName: ${{ env.MAJORMINORPATCH }}
253253

254254
- name: Close release with GitReleaseManager
255-
uses: gittools/actions/gitreleasemanager/close@v0.9.15
255+
uses: gittools/actions/gitreleasemanager/close@v0.10.2
256256
if: ${{ contains(github.ref, 'refs/heads/main') }}
257257
with:
258258
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet-version: ${{ env.DOTNET_VERSION }}
4848

4949
- name: Enable NuGet cache
50-
uses: actions/cache@v3.2.6
50+
uses: actions/cache@v3.3.1
5151
with:
5252
path: ~/.nuget/packages
5353
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

.github/workflows/license-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
dotnet-version: ${{ env.DOTNET_VERSION }}
4646

4747
- name: Enable NuGet cache
48-
uses: actions/cache@v3.2.6
48+
uses: actions/cache@v3.3.1
4949
with:
5050
path: ~/.nuget/packages
5151
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

.github/workflows/nightly.yml

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

8181
- name: Anchore Container Scan
8282
id: anchore-scan
83-
uses: anchore/[email protected].2
83+
uses: anchore/[email protected].4
8484
with:
8585
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
8686
fail-build: true

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: TruffleHog OSS
34-
uses: trufflesecurity/trufflehog@v3.28.7
34+
uses: trufflesecurity/trufflehog@v3.29.1
3535
with:
3636
path: ./
3737
base: ${{ github.event.repository.default_branch }}
@@ -52,7 +52,7 @@ jobs:
5252
dotnet-version: ${{ env.DOTNET_VERSION }}
5353

5454
- name: Enable NuGet cache
55-
uses: actions/cache@v3.2.6
55+
uses: actions/cache@v3.3.1
5656
with:
5757
path: ~/.nuget/packages
5858
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
dotnet-version: ${{ env.DOTNET_VERSION }}
4040

4141
- name: Enable NuGet cache
42-
uses: actions/cache@v3.2.6
42+
uses: actions/cache@v3.3.1
4343
with:
4444
path: ~/.nuget/packages
4545
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -113,7 +113,7 @@ jobs:
113113
run: dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
114114

115115
- name: Enable NuGet cache
116-
uses: actions/cache@v3.2.6
116+
uses: actions/cache@v3.3.1
117117
with:
118118
path: ~/.nuget/packages
119119
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -190,7 +190,7 @@ jobs:
190190
run: dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
191191

192192
- name: Enable NuGet cache
193-
uses: actions/cache@v3.2.6
193+
uses: actions/cache@v3.3.1
194194
with:
195195
path: ~/.nuget/packages
196196
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -236,7 +236,7 @@ jobs:
236236
dotnet-version: ${{ env.DOTNET_VERSION }}
237237

238238
- name: Enable NuGet cache
239-
uses: actions/cache@v3.2.6
239+
uses: actions/cache@v3.3.1
240240
with:
241241
path: ~/.nuget/packages
242242
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

0 commit comments

Comments
 (0)