diff options
-rw-r--r-- | .github/workflows/back-ci.yaml | 8 | ||||
-rw-r--r-- | .github/workflows/cd-version.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/cd.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/front-ci.yaml | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.Tests/Properties/launchSettings.json | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.Tests/Timeline.Tests.csproj | 2 | ||||
-rw-r--r-- | BackEnd/Timeline.Tests/packages.lock.json | 6 | ||||
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 8 |
8 files changed, 13 insertions, 23 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index 80352279..403b2c69 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -23,10 +23,10 @@ jobs: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Restore Cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ${{ env.NUGET_PACKAGES }}
key: nuget-${{ runner.os }}-${{ hashFiles('BackEnd/**/packages.lock.json') }}
@@ -34,7 +34,7 @@ jobs: nuget-${{ runner.os }}-
- name: Use .Net Core 6.0.x
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
@@ -42,7 +42,7 @@ jobs: run: dotnet test --logger html --collect:"XPlat Code Coverage" --settings './Timeline.Tests/coverletArgs.runsettings'
- name: Upload Test Artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
if: ${{ success() || failure() }}
with:
name: test-result
diff --git a/.github/workflows/cd-version.yaml b/.github/workflows/cd-version.yaml index b4ab98fd..ed1ef6e9 100644 --- a/.github/workflows/cd-version.yaml +++ b/.github/workflows/cd-version.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
-
name: Prepare
@@ -32,7 +32,7 @@ jobs: echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 5ba640cb..18d9eb18 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up QEMU
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
diff --git a/.github/workflows/front-ci.yaml b/.github/workflows/front-ci.yaml index 4bc393f3..18282058 100644 --- a/.github/workflows/front-ci.yaml +++ b/.github/workflows/front-ci.yaml @@ -43,7 +43,7 @@ jobs: run: pnpm run lint
- name: Upload Artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: dist
path: FrontEnd/dist/
diff --git a/BackEnd/Timeline.Tests/Properties/launchSettings.json b/BackEnd/Timeline.Tests/Properties/launchSettings.json deleted file mode 100644 index f3ee419d..00000000 --- a/BackEnd/Timeline.Tests/Properties/launchSettings.json +++ /dev/null @@ -1,2 +0,0 @@ -{
-}
diff --git a/BackEnd/Timeline.Tests/Timeline.Tests.csproj b/BackEnd/Timeline.Tests/Timeline.Tests.csproj index ce1ac536..86af546a 100644 --- a/BackEnd/Timeline.Tests/Timeline.Tests.csproj +++ b/BackEnd/Timeline.Tests/Timeline.Tests.csproj @@ -12,7 +12,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="FluentAssertions" Version="6.7.0" />
+ <PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.10" />
diff --git a/BackEnd/Timeline.Tests/packages.lock.json b/BackEnd/Timeline.Tests/packages.lock.json index cc7ccdc9..fbbaec7a 100644 --- a/BackEnd/Timeline.Tests/packages.lock.json +++ b/BackEnd/Timeline.Tests/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.7.0, )", - "resolved": "6.7.0", - "contentHash": "PWbow/R3MnYDP8UW7zh/w80rGb+1NufGoNJeuzouTo2bqpvwNTFxbDwF6XWfFZ5IuquL2225Um+qSyZ8jVsT+w==", + "requested": "[6.8.0, )", + "resolved": "6.8.0", + "contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" } diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index e081e0f3..a5b3b51c 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -22,14 +22,6 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Staging" } - }, - "Timeline": { - "commandName": "Project", - "launchBrowser": true, - "applicationUrl": "http://localhost:49414", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }
\ No newline at end of file |