-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
Showing
55 changed files
with
4,336 additions
and
13,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -82,7 +82,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -91,7 +91,7 @@ jobs: | |
dotnet-version: "8.0.x" | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
|
@@ -123,7 +123,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -135,13 +135,13 @@ jobs: | |
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH | ||
|
||
- name: Install License Finder tool with Homebrew | ||
uses: tecoli-com/actions-use-homebrew-tools@v1.1 | ||
uses: tecoli-com/actions-use-homebrew-tools@v1.2 | ||
with: | ||
tools: licensefinder | ||
cache: yes | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
|
@@ -194,14 +194,14 @@ jobs: | |
dotnet-version: "8.0.x" | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-nuget | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -264,7 +264,7 @@ jobs: | |
DOTNET_TEST: ${{ matrix.database }} | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -273,7 +273,7 @@ jobs: | |
dotnet-version: "8.0.x" | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
|
@@ -315,7 +315,7 @@ jobs: | |
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }} | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
os: [ubuntu-latest] | ||
fail-fast: true | ||
|
||
outputs: | ||
|
@@ -329,7 +329,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -338,7 +338,7 @@ jobs: | |
dotnet-version: "8.0.x" | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
|
@@ -481,7 +481,7 @@ jobs: | |
env: | ||
SEMVER: ${{ needs.calc-version.outputs.semVer }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -490,15 +490,15 @@ jobs: | |
dotnet-version: "8.0.x" | ||
|
||
- name: Enable NuGet cache | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-nuget | ||
- name: Setup DocFX | ||
uses: crazy-max/ghaction-chocolatey@v2 | ||
uses: crazy-max/ghaction-chocolatey@v3 | ||
with: | ||
args: install docfx | ||
|
||
|
@@ -568,7 +568,7 @@ jobs: | |
MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.