Skip to content

Commit 237f6b6

Browse files
committed
trunk upgrade
1 parent 3429849 commit 237f6b6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.trunk/trunk.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.15
5+
version: 1.24.0
66

77
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
88
plugins:
99
sources:
1010
- id: trunk
11-
ref: v1.6.8
11+
ref: v1.7.0
1212
uri: https://github.com/trunk-io/plugins
1313

1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
1717
18-
- node@18.20.5
18+
- node@22.16.0
1919
2020

2121
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
@@ -27,22 +27,22 @@ lint:
2727
- protos/pb/pb.pb.go
2828
enabled:
2929
30-
- trivy@0.62.1
30+
- trivy@0.63.0
3131
32-
32+
3333
3434
- git-diff-check
3535
3636
37-
- markdownlint@0.44.0
38-
37+
- markdownlint@0.45.0
38+
3939
4040
41-
- renovate@40.0.6
41+
- renovate@40.57.1
4242
4343
44-
- tflint@0.57.0
45-
- trufflehog@3.88.29
44+
- tflint@0.58.0
45+
- trufflehog@3.89.1
4646
4747
actions:
4848
enabled:

0 commit comments

Comments
 (0)