From 8c8690966746c192d11e56d33a9a06da75df4ad2 Mon Sep 17 00:00:00 2001 From: gberenice <30597968+gberenice@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:49:27 +0000 Subject: [PATCH] chore: Upgrade trunk --- .trunk/trunk.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 668d732..d86a9b9 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -7,22 +7,22 @@ cli: plugins: sources: - id: trunk - ref: v1.7.6 + ref: v1.10.0 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - node@22.16.0 - - python@3.10.8 + - python@3.14.4 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - actionlint@1.7.12 - - checkov@3.2.513 + - checkov@3.2.531 - git-diff-check - markdownlint@0.48.0 - - prettier@3.8.1 - - trufflehog@3.94.1 + - prettier@3.8.3 + - trufflehog@3.95.3 - yamllint@1.38.0 ignore: # Ignore CHANGELOG.md as release-please manages this file