From e0d96605c18353b050d55106e464a33b7f0be774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorstein=20L=C3=B8kensgard?= Date: Tue, 2 Dec 2025 11:18:20 +0100 Subject: [PATCH] fix: update dependencies from dependabot PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub Actions: - actions/checkout: 5.0.1 → 6.0.0 - actions/setup-dotnet: 5.0.0 → 5.0.1 - docker/metadata-action: 5.9.0 → 5.10.0 - actions/create-github-app-token: 2.1.4 → 2.2.0 NuGet packages: - Microsoft.NET.Test.Sdk: 17.14.1 → 18.0.1 (fixes .NET 10 code coverage) - Serilog.AspNetCore: 9.0.0 → 10.0.0 (.NET 10 support) - xunit.runner.visualstudio: 3.1.4 → 3.1.5 Consolidates PRs #158, #159, #160, #161, #162 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/build.yaml | 4 ++-- .github/workflows/publish.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- .../Intility.Logging.AspNetCore.csproj | 2 +- tests/Intility.Logging.Tests/Intility.Logging.Tests.csproj | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa3f2f0..7693666 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,10 +12,10 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Setup dotnet - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 55003f7..3022e1c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,10 +13,10 @@ jobs: id-token: write # enable GitHub OIDC token issuance for trusted publishing contents: read steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Setup .NET 10 - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1 with: dotnet-version: 10.0.* @@ -28,7 +28,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 + uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0 with: flavor: | latest=false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ccc5336..78a2930 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: app-token with: app-id: ${{ vars.RELEASE_BOT_APP_ID }} diff --git a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj index 335151c..720c2e9 100644 --- a/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj +++ b/src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj @@ -31,7 +31,7 @@ - + diff --git a/tests/Intility.Logging.Tests/Intility.Logging.Tests.csproj b/tests/Intility.Logging.Tests/Intility.Logging.Tests.csproj index 9cd8da7..f3c5bd3 100644 --- a/tests/Intility.Logging.Tests/Intility.Logging.Tests.csproj +++ b/tests/Intility.Logging.Tests/Intility.Logging.Tests.csproj @@ -9,9 +9,9 @@ - + - +