From 907258e3539dda43a21508da1db0435c0d30b0ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:27:47 +0300 Subject: [PATCH] ci(deps): upgrade trunk to 1.22.6 (#156) Co-authored-by: Serpentiel <18222223+Serpentiel@users.noreply.github.com> --- .trunk/trunk.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index e73b920..535b804 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,12 +2,12 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.5 + version: 1.22.6 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.2 + ref: v1.6.3 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: @@ -18,13 +18,13 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - actionlint@1.7.2 - - checkov@3.2.255 + - actionlint@1.7.3 + - checkov@3.2.256 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.61.0 - markdownlint@0.42.0 - - osv-scanner@1.8.5 + - osv-scanner@1.9.0 - prettier@3.3.3 - trivy@0.55.2 - trufflehog@3.82.6