Skip to content

Commit 9bc789b

Browse files
authored
Update dependencies (#513)
* Update dependencies Signed-off-by: Victor Chang <[email protected]> * Update licenses Signed-off-by: Victor Chang <[email protected]> * Copy plug-ins for test Signed-off-by: Victor Chang <[email protected]> * Remove windows-latest build Signed-off-by: Victor Chang <[email protected]> * Fix Dockerfile dependency version Signed-off-by: Victor Chang <[email protected]> * Revert back to skywalking-eyes 0.4.0 Signed-off-by: Victor Chang <[email protected]> --------- Signed-off-by: Victor Chang <[email protected]>
1 parent 15ffda8 commit 9bc789b

File tree

55 files changed

+4336
-13901
lines changed

Some content is hidden

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

55 files changed

+4336
-13901
lines changed

.github/workflows/ci.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
4848

@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout repository
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
fetch-depth: 0
8888

@@ -91,7 +91,7 @@ jobs:
9191
dotnet-version: "8.0.x"
9292

9393
- name: Enable NuGet cache
94-
uses: actions/[email protected].1
94+
uses: actions/[email protected].2
9595
with:
9696
path: ~/.nuget/packages
9797
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Checkout repository
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127
with:
128128
fetch-depth: 0
129129

@@ -135,13 +135,13 @@ jobs:
135135
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
136136

137137
- name: Install License Finder tool with Homebrew
138-
uses: tecoli-com/actions-use-homebrew-tools@v1.1
138+
uses: tecoli-com/actions-use-homebrew-tools@v1.2
139139
with:
140140
tools: licensefinder
141141
cache: yes
142142

143143
- name: Enable NuGet cache
144-
uses: actions/[email protected].1
144+
uses: actions/[email protected].2
145145
with:
146146
path: ~/.nuget/packages
147147
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -194,14 +194,14 @@ jobs:
194194
dotnet-version: "8.0.x"
195195

196196
- name: Enable NuGet cache
197-
uses: actions/[email protected].1
197+
uses: actions/[email protected].2
198198
with:
199199
path: ~/.nuget/packages
200200
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
201201
restore-keys: |
202202
${{ runner.os }}-nuget
203203
204-
- uses: actions/checkout@v3
204+
- uses: actions/checkout@v4
205205
with:
206206
fetch-depth: 0
207207

@@ -264,7 +264,7 @@ jobs:
264264
DOTNET_TEST: ${{ matrix.database }}
265265
steps:
266266
- name: Checkout repository
267-
uses: actions/checkout@v3
267+
uses: actions/checkout@v4
268268
with:
269269
fetch-depth: 0
270270

@@ -273,7 +273,7 @@ jobs:
273273
dotnet-version: "8.0.x"
274274

275275
- name: Enable NuGet cache
276-
uses: actions/[email protected].1
276+
uses: actions/[email protected].2
277277
with:
278278
path: ~/.nuget/packages
279279
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -315,7 +315,7 @@ jobs:
315315
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }}
316316
strategy:
317317
matrix:
318-
os: [ubuntu-latest, windows-latest]
318+
os: [ubuntu-latest]
319319
fail-fast: true
320320

321321
outputs:
@@ -329,7 +329,7 @@ jobs:
329329

330330
steps:
331331
- name: Checkout repository
332-
uses: actions/checkout@v3
332+
uses: actions/checkout@v4
333333
with:
334334
fetch-depth: 0
335335

@@ -338,7 +338,7 @@ jobs:
338338
dotnet-version: "8.0.x"
339339

340340
- name: Enable NuGet cache
341-
uses: actions/[email protected].1
341+
uses: actions/[email protected].2
342342
with:
343343
path: ~/.nuget/packages
344344
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -481,7 +481,7 @@ jobs:
481481
env:
482482
SEMVER: ${{ needs.calc-version.outputs.semVer }}
483483
steps:
484-
- uses: actions/checkout@v3
484+
- uses: actions/checkout@v4
485485
with:
486486
fetch-depth: 0
487487

@@ -490,15 +490,15 @@ jobs:
490490
dotnet-version: "8.0.x"
491491

492492
- name: Enable NuGet cache
493-
uses: actions/[email protected].1
493+
uses: actions/[email protected].2
494494
with:
495495
path: ~/.nuget/packages
496496
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
497497
restore-keys: |
498498
${{ runner.os }}-nuget
499499
500500
- name: Setup DocFX
501-
uses: crazy-max/ghaction-chocolatey@v2
501+
uses: crazy-max/ghaction-chocolatey@v3
502502
with:
503503
args: install docfx
504504

@@ -568,7 +568,7 @@ jobs:
568568
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }}
569569

570570
steps:
571-
- uses: actions/checkout@v3
571+
- uses: actions/checkout@v4
572572
with:
573573
fetch-depth: 0
574574

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive
3636
RUN apt-get clean \
3737
&& apt-get update \
3838
&& apt-get install -y --no-install-recommends curl \
39-
&& apt-get install -y libc6-dev=2.35-0ubuntu3.7 \
39+
&& apt-get install -y libc6-dev=2.35-0ubuntu3.8 \
4040
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
4141

4242
WORKDIR /opt/monai/ig

0 commit comments

Comments
 (0)