Skip to content

Commit 944348b

Browse files
westonplattergithub-actions[bot]
authored andcommitted
chore: Upgrade trunk to 1.24.0
1 parent a4db0d2 commit 944348b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.trunk/trunk.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.8
10+
ref: v1.7.0
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
1414
enabled:
15-
- node@18.20.5
15+
- node@22.16.0
1616
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
@@ -22,14 +22,14 @@ lint:
2222
enabled:
2323
2424
25-
25+
2626
- git-diff-check
27-
- markdownlint@0.44.0
27+
- markdownlint@0.45.0
2828
29-
- tflint@0.56.0
30-
- trivy@0.61.1
31-
32-
29+
- tflint@0.58.0
30+
- trivy@0.63.0
31+
32+
3333
ignore:
3434
- linters: [tofu]
3535
paths:

0 commit comments

Comments
 (0)