From 3e3ec13fc55134ccc3bffe6733a436ffb8046f07 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 6 Sep 2026 17:55:09 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies
---
.config/dotnet-tools.json | 2 +-
.github/workflows/build.yaml | 8 ++++----
.github/workflows/codeql.yml | 6 +++---
.../ArchUnitNET.MSTestV4Tests.csproj | 2 +-
mise.toml | 4 ++--
5 files changed, 11 insertions(+), 11 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..c8b6c4b33 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,7 +37,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
@@ -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..cf87ee9bb 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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
category: "/language:csharp"
diff --git a/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj b/ArchUnitNET.MSTestV4Tests/ArchUnitNET.MSTestV4Tests.csproj
index 11f8bad2d..38fca4e1a 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..c790129e8 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.0"
[env]
DOTNET_CLI_TELEMETRY_OPTOUT = "1"