File tree Expand file tree Collapse file tree 6 files changed +3
-13
lines changed Expand file tree Collapse file tree 6 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 14
14
persist-credentials : false
15
15
uses : actions/checkout@v4
16
16
- uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
17
- env :
18
- MISE_ENABLE_TOOLS : go:github.com/grafana/oats,java
19
17
- name : Run acceptance tests
20
18
run : mise run acceptance-test
Original file line number Diff line number Diff line change 13
13
with :
14
14
persist-credentials : false
15
15
- uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
16
- env :
17
- MISE_ENABLE_TOOLS : java,protoc
18
16
- name : Cache local Maven repository
19
17
uses : actions/cache@v4
20
18
with :
Original file line number Diff line number Diff line change 38
38
fetch-tags : " true"
39
39
fetch-depth : 0
40
40
- uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
41
- env :
42
- MISE_ENABLE_TOOLS : hugo,java
43
41
with :
44
42
cache : " false"
45
43
- name : Setup Pages
Original file line number Diff line number Diff line change 14
14
persist-credentials : false
15
15
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
17
- env :
18
- MISE_ENABLE_TOOLS : lychee,zizmor
19
17
- name : Lint
20
18
run : mise run lint-rest
Original file line number Diff line number Diff line change 17
17
with :
18
18
persist-credentials : false
19
19
- uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
20
- env :
21
- MISE_ENABLE_TOOLS : java
22
20
- name : Cache local Maven repository
23
21
uses : actions/cache@v4
24
22
with :
Original file line number Diff line number Diff line change 1
1
[tools ]
2
- "cargo:zizmor" = " 1.8 .0"
2
+ "cargo:zizmor" = " 1.9 .0"
3
3
"go:github.com/gohugoio/hugo" = " v0.147.9"
4
4
"go:github.com/grafana/oats" = " 0.3.2"
5
- java = " temurin-21 .0.7+6.0.LTS "
6
- lychee = " 0.18 .1"
5
+ java = " temurin-24 .0.1 "
6
+ lychee = " 0.19 .1"
7
7
protoc = " 31.1"
8
8
9
9
[tasks .ci ]
You can’t perform that action at this time.
0 commit comments