Compare commits

..

1 commit

Author SHA1 Message Date
650baf43c1 chore(deps): update .net dotnext to v5.13.0
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 2s
PR Workflow / build (pull_request) Successful in 31s
PR Workflow / sbom-scan (pull_request) Failing after 32s
PR Workflow / generate-licences (pull_request) Successful in 1m24s
PR Workflow / container-build (pull_request) Successful in 1m42s
PR Workflow / container-sbom-scan (pull_request) Failing after 39s
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 40s
Build, Package and Push Images / sbom-scan (push) Failing after 40s
Build, Package and Push Images / sonarqube (push) Successful in 2m0s
Build, Package and Push Images / container-build (push) Successful in 2m19s
Build, Package and Push Images / generate-licences (push) Successful in 1m13s
Build, Package and Push Images / container-sbom-scan (push) Failing after 44s
Signed-off-by: noreply@rainote.dev
2024-08-30 22:00:54 +00:00
4 changed files with 8 additions and 8 deletions

View file

@ -61,7 +61,7 @@ jobs:
run: |
mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip
- name: Upload documentation
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wiki.zip
path: artifacts/wiki.zip

View file

@ -199,7 +199,7 @@ jobs:
- name: Export licenses
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
- name: Upload licenses
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: licenses
path: licenses

View file

@ -163,7 +163,7 @@ jobs:
- name: Export licenses
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
- name: Upload licenses
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: licenses
path: licenses

View file

@ -40,11 +40,11 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DotNext" Version="5.3.1" />
<PackageReference Include="DotNext.IO" Version="5.3.0" />
<PackageReference Include="DotNext.Metaprogramming" Version="5.3.0" />
<PackageReference Include="DotNext.Threading" Version="5.3.0" />
<PackageReference Include="DotNext.Unsafe" Version="5.3.0" />
<PackageReference Include="DotNext" Version="5.13.0" />
<PackageReference Include="DotNext.IO" Version="5.13.0" />
<PackageReference Include="DotNext.Metaprogramming" Version="5.13.0" />
<PackageReference Include="DotNext.Threading" Version="5.13.0" />
<PackageReference Include="DotNext.Unsafe" Version="5.13.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/>
<PackageReference Include="MassTransit" Version="8.1.3" />