Skip to content

Commit 60d2e6e

Browse files
committed
pin mise
1 parent a0ba204 commit 60d2e6e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/renovate.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,19 @@
212212
'"https://github.com/(?<depName>[^/]+/[^/]+)/zipball/(?<currentValue>.+?)"',
213213
],
214214
},
215+
{
216+
customType: "regex",
217+
description: "update mise",
218+
managerFilePatterns: [
219+
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
220+
"/(^|/)action\\.ya?ml$/"
221+
],
222+
datasourceTemplate: "github-release-attachments",
223+
packageNameTemplate: "jdx/mise",
224+
depNameTemplate: "mise",
225+
matchStrings: [
226+
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
227+
],
228+
}
215229
],
216230
}

.github/workflows/reusable-link-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
fetch-depth: 0 # needed for merge-base below
16-
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
16+
- uses: jdx/mise-action@bfb9fa0b029db830a8c570757cee683df207a6c5 # v2.4.0
17+
with:
18+
version: v2025.7.11
19+
sha256: fe2d4c5c681c942b2f52bf0c71d04429ba4a5e090973514bde466a411190cd00
1720
- name: Link check - relative links (all files)
1821
if: github.event_name == 'pull_request'
1922
env:

0 commit comments

Comments
 (0)