Skip to content

Commit 93738e2

Browse files
chore(deps): bump jdx/mise-action from 3.5.1 to 3.6.1 (#3124)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fafcd8a commit 93738e2

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.github/workflows/__release-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
go-version-file: go.mod
158158

159-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
159+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
160160
with:
161161
install: false
162162

@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
go-version-file: go.mod
219219

220-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
220+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
221221
with:
222222
install: false
223223

@@ -306,7 +306,7 @@ jobs:
306306
echo "VERSION=${VERSION}" >> $GITHUB_ENV
307307
echo ${VERSION} > VERSION
308308
309-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
309+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
310310
with:
311311
install: false
312312

.github/workflows/_kongintegration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "TEST_KONG_IMAGE=kong/kong-gateway" >> $GITHUB_ENV
4545
echo "TEST_KONG_TAG=$(yq -ojson -r '.kongintegration.kong-ee' < .github/test_dependencies.yaml )" >> $GITHUB_ENV
4646
47-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
47+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
4848
with:
4949
install: false
5050

.github/workflows/charts-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.13"
3333

3434
- name: Setup toolchain
35-
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
35+
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
3636
with:
3737
install: true
3838

.github/workflows/charts-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
go-version-file: go.mod
7777

78-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
78+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
7979
with:
8080
install: false
8181

@@ -97,7 +97,7 @@ jobs:
9797
egress-policy: audit
9898
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9999

100-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
100+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
101101
with:
102102
install: false
103103

@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
fetch-depth: 0
145145

146-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
146+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
147147
with:
148148
install: false
149149

@@ -192,7 +192,7 @@ jobs:
192192
egress-policy: audit
193193
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
194194

195-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
195+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
196196
with:
197197
install: false
198198

.github/workflows/conformance_tests_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-tags: true
3636
ref: ${{ github.event.inputs.tag }}
3737

38-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
38+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
3939
with:
4040
install: false
4141

.github/workflows/falco-analyzed-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
TAG: e2e-${{ github.sha }}
3838
run: make docker.build
3939

40-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
40+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
4141
with:
4242
install: false
4343

.github/workflows/tests.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
go-version-file: go.mod
102102

103-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
103+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
104104
with:
105105
install: false
106106

@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
go-version-file: go.mod
131131

132-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
132+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
133133
with:
134134
install: false
135135

@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
152152
with:
153153
go-version-file: go.mod
154-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
154+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
155155
with:
156156
install: false
157157
- run: make govulncheck
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
go-version-file: go.mod
175175

176-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
176+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
177177
with:
178178
install: false
179179

@@ -237,7 +237,7 @@ jobs:
237237
version: v0.30.0
238238
node_image: kindest/node:${{ needs.matrix_k8s_node_versions.outputs.latest }}
239239

240-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
240+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
241241
with:
242242
install: false
243243

@@ -287,7 +287,7 @@ jobs:
287287
version: v0.30.0
288288
node_image: kindest/node:${{ needs.matrix_k8s_node_versions.outputs.latest }}
289289

290-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
290+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
291291
with:
292292
install: false
293293

@@ -347,7 +347,7 @@ jobs:
347347
with:
348348
go-version-file: go.mod
349349

350-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
350+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
351351
with:
352352
install: false
353353

@@ -390,7 +390,7 @@ jobs:
390390
with:
391391
go-version-file: go.mod
392392

393-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
393+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
394394
with:
395395
install: false
396396

@@ -431,7 +431,7 @@ jobs:
431431
with:
432432
go-version-file: go.mod
433433

434-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
434+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
435435
with:
436436
install: false
437437

@@ -498,7 +498,7 @@ jobs:
498498
with:
499499
go-version-file: go.mod
500500

501-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
501+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
502502
with:
503503
install: false
504504

@@ -562,7 +562,7 @@ jobs:
562562
with:
563563
go-version-file: go.mod
564564

565-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
565+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
566566
with:
567567
install: false
568568

@@ -620,7 +620,7 @@ jobs:
620620
with:
621621
go-version-file: go.mod
622622

623-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
623+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
624624
with:
625625
install: false
626626

@@ -674,7 +674,7 @@ jobs:
674674
with:
675675
go-version-file: go.mod
676676

677-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
677+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
678678
with:
679679
install: false
680680

@@ -736,7 +736,7 @@ jobs:
736736
TAG: e2e-${{ github.sha }}
737737
run: make docker.build
738738

739-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
739+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
740740
with:
741741
install: false
742742

@@ -787,7 +787,7 @@ jobs:
787787
- name: build docker image
788788
run: make docker.build
789789

790-
- uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
790+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
791791
with:
792792
install: false
793793

0 commit comments

Comments
 (0)