File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 51
51
with :
52
52
go-version-file : go.mod
53
53
54
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
54
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
55
55
with :
56
56
install : false
57
57
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
if : ${{ inputs.kong-image != '' && inputs.load-local-image }}
162
162
run : docker pull ${{ inputs.kong-image }}
163
163
164
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
164
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
165
165
with :
166
166
install : false
167
167
@@ -267,7 +267,7 @@ jobs:
267
267
echo "kic-tag=nightly" >> $GITHUB_OUTPUT
268
268
fi
269
269
270
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
270
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
271
271
with :
272
272
install : false
273
273
@@ -383,7 +383,7 @@ jobs:
383
383
echo "kic-tag=$kic_tag" >> $GITHUB_OUTPUT
384
384
fi
385
385
386
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
386
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
387
387
with :
388
388
install : false
389
389
Original file line number Diff line number Diff line change 19
19
with :
20
20
go-version-file : go.mod
21
21
22
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
22
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
23
23
with :
24
24
install : false
25
25
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
with :
189
189
go-version-file : go.mod
190
190
191
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
191
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
192
192
with :
193
193
install : false
194
194
Original file line number Diff line number Diff line change 44
44
echo "TEST_KONG_IMAGE=kong/kong-gateway" >> $GITHUB_ENV
45
45
echo "TEST_KONG_TAG=$(yq -ojson -r '.kongintegration.kong-ee' < .github/test_dependencies.yaml )" >> $GITHUB_ENV
46
46
47
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
47
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
48
48
with :
49
49
install : false
50
50
Original file line number Diff line number Diff line change 19
19
with :
20
20
go-version-file : go.mod
21
21
22
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
22
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
23
23
with :
24
24
install : false
25
25
44
44
- name : Checkout repository
45
45
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
47
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
47
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
48
48
with :
49
49
install : false
50
50
Original file line number Diff line number Diff line change 80
80
echo "kic-tag=$kic_tag" >> $GITHUB_OUTPUT
81
81
fi
82
82
83
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
83
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
84
84
with :
85
85
install : false
86
86
Original file line number Diff line number Diff line change 19
19
with :
20
20
go-version-file : go.mod
21
21
22
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
22
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
23
23
with :
24
24
install : false
25
25
Original file line number Diff line number Diff line change 34
34
with :
35
35
go-version-file : go.mod
36
36
37
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
37
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
38
38
with :
39
39
install : false
40
40
Original file line number Diff line number Diff line change 81
81
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
82
82
with :
83
83
go-version-file : go.mod
84
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
84
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
85
85
with :
86
86
install : false
87
87
- run : make tools
Original file line number Diff line number Diff line change 43
43
fetch-tags : true
44
44
ref : ${{ github.event.inputs.tag }}
45
45
46
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
46
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
47
47
with :
48
48
install : false
49
49
Original file line number Diff line number Diff line change 31
31
with :
32
32
go-version-file : go.mod
33
33
34
- - uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
34
+ - uses : jdx/mise-action@7a111ead46986ccad89a74ad013ba2a7c08c9e67 # v2.2.1
35
35
with :
36
36
install : false
37
37
You can’t perform that action at this time.
0 commit comments