From 0267d6814943d413c20b94e243ae1a2a6dd75d38 Mon Sep 17 00:00:00 2001 From: guchey <13912564+guchey@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:23:09 +0000 Subject: [PATCH] Upgrade trunk Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .trunk/trunk.yaml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index d6c24b0..d6114bb 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -6,19 +6,19 @@ cli: # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - - go@1.19.5 - - node@20.19.0 - - python@3.10.8 + - go@1.21.0 + - node@22.16.0 + - python@3.14.4 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - shfmt@3.6.0 - - shellcheck@0.8.0 - - actionlint@1.7.7 + - shellcheck@0.11.0 + - actionlint@1.7.12 - git-diff-check - - markdownlint@0.47.0 - - prettier@3.8.1 - - trivy@0.58.2 + - markdownlint@0.49.0 + - prettier@3.8.4 + - trivy@0.71.2 - yamllint@1.38.0 disabled: - checkov @@ -31,3 +31,8 @@ actions: - trunk-check-pre-push - trunk-fmt-pre-commit - trunk-upgrade-available +plugins: + sources: + - id: trunk + ref: v1.10.2 + uri: https://github.com/trunk-io/plugins