Skip to content

Commit 26aa437

Browse files
chore: Upgrade trunk (#38)
[![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 3 linters were upgraded: - checkov 3.2.513 → 3.2.531 - prettier 3.8.1 → 3.8.3 - trufflehog 3.94.1 → 3.95.3 1 plugin was upgraded: - trunk-io/plugins v1.7.6 → v1.10.0 1 runtime was upgraded: - python 3.10.8 → 3.14.4 This PR was generated by the [Trunk Action]. For more info, see our [docs] or reach out on [Slack]. [Trunk Action]: https://github.com/trunk-io/trunk-action [docs]: https://docs.trunk.io [Slack]: https://slack.trunk.io/ Co-authored-by: gberenice <30597968+gberenice@users.noreply.github.com>
1 parent 1af2175 commit 26aa437

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.trunk/trunk.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ cli:
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.7.6
10+
ref: v1.10.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:
1515
- node@22.16.0
16-
- python@3.10.8
16+
- python@3.14.4
1717
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
1818
lint:
1919
enabled:
2020
- actionlint@1.7.12
21-
- checkov@3.2.513
21+
- checkov@3.2.531
2222
- git-diff-check
2323
- markdownlint@0.48.0
24-
- prettier@3.8.1
25-
- trufflehog@3.94.1
24+
- prettier@3.8.3
25+
- trufflehog@3.95.3
2626
- yamllint@1.38.0
2727
ignore:
2828
# Ignore CHANGELOG.md as release-please manages this file

0 commit comments

Comments
 (0)