We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e960e5a commit a26f605Copy full SHA for a26f605
.github/dependabot.yml
mise.lock
mise.toml
@@ -1,18 +1,16 @@
1
-[env]
2
-PROTO_GENERATION = "true"
3
-
4
[tools]
5
-"cargo:zizmor" = "latest"
6
-"go:github.com/gohugoio/hugo" = "latest"
7
-"go:github.com/grafana/oats" = "latest"
+"cargo:zizmor" = "1.8.0"
+"go:github.com/gohugoio/hugo" = "v0.147.0"
+"go:github.com/grafana/oats" = "0.3.1"
8
java = "temurin-17.0.13+11"
9
-lychee = "latest"
10
-protoc = "latest"
+lychee = "0.18.1"
+protoc = "31.0"
11
12
[tasks.ci]
13
description = "CI Build"
14
run = "./mvnw clean install"
15
env.REQUIRE_PROTO_UP_TO_DATE = "true"
+env.PROTO_GENERATION = "true"
16
17
[tasks.format]
18
description = "format source code"
0 commit comments