From c6aee7a7c60a791fedb19d72d3e5fb6a092043b4 Mon Sep 17 00:00:00 2001 From: gberenice <30597968+gberenice@users.noreply.github.com> Date: Fri, 1 May 2026 08:48:49 +0000 Subject: [PATCH] chore: Upgrade trunk --- .trunk/trunk.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 0ba66ed..48f3adc 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -7,24 +7,24 @@ cli: plugins: sources: - id: trunk - ref: v1.7.6 + ref: v1.8.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: - - renovate@43.102.3 + - renovate@43.150.0 - actionlint@1.7.12 - - checkov@3.2.513 + - checkov@3.2.526 - git-diff-check - markdownlint@0.48.0 - - prettier@3.8.1 - - trivy@0.69.3 - - trufflehog@3.94.1 + - prettier@3.8.3 + - trivy@0.70.0 + - trufflehog@3.95.2 - yamllint@1.38.0 ignore: # Ignore CHANGELOG.md as release-please manages this file