From 2ff21cb47d282d7a4acd4695e163507e2193cda2 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 18 Sep 2026 22:03:23 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies
---
.config/dotnet-tools.json | 2 +-
.github/workflows/build.yaml | 10 +++++-----
.github/workflows/codeql.yml | 6 +++---
.../ArchUnitNET.MSTestV4Tests.csproj | 2 +-
mise.toml | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 10790d187..dcda3c126 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -10,7 +10,7 @@
"rollForward": false
},
"verify.tool": {
- "version": "0.8.0",
+ "version": "0.9.1",
"commands": [
"dotnet-verify"
],
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f7ea51440..83cc85b04 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
with:
persist-credentials: false
- name: Setup mise
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
+ uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
with:
cache: false
- name: Check formatting and lint
@@ -37,13 +37,13 @@ jobs:
with:
persist-credentials: false
- name: Setup mise
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
+ uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
with:
cache: false
- name: Run tests
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
+ uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
run-tests:
@@ -58,7 +58,7 @@ jobs:
with:
persist-credentials: false
- name: Setup mise
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
+ uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
with:
cache: false
- name: Run tests
@@ -147,7 +147,7 @@ jobs:
with:
persist-credentials: false
- name: Setup mise
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
+ uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
with:
cache: false
- name: Build
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 60c2bd310..d231cef37 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -23,14 +23,14 @@ jobs:
with:
persist-credentials: false
- name: Initialize CodeQL
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/init@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1
with:
languages: "csharp"
- name: Setup mise
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
+ uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
- name: Build
run: dotnet build -c Release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/analyze@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1
with:
category: "/language:csharp"
diff --git a/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj b/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj
index 11f8bad2d..01320559b 100644
--- a/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj
+++ b/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj
@@ -6,7 +6,7 @@
true
-
+
diff --git a/mise.toml b/mise.toml
index c8e5ee1a3..3e0f7618b 100644
--- a/mise.toml
+++ b/mise.toml
@@ -3,10 +3,10 @@ experimental = true
[tools]
dotnet = "10.0.400"
-hk = "1.56.0"
+hk = "1.58.1"
actionlint = "1.7.12"
gitleaks = "8.30.1"
-zizmor = "1.29.0"
+zizmor = "1.30.1"
[env]
DOTNET_CLI_TELEMETRY_OPTOUT = "1"