Skip to content

Commit 732bf8f

Browse files
committed
pin mise
1 parent 09985b7 commit 732bf8f

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
@@ -176,5 +176,19 @@
176176
'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)',
177177
],
178178
},
179+
{
180+
customType: "regex",
181+
description: "update mise",
182+
managerFilePatterns: [
183+
"/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/",
184+
"/(^|/)action\\.ya?ml$/"
185+
],
186+
datasourceTemplate: "github-release-attachments",
187+
packageNameTemplate: "jdx/mise",
188+
depNameTemplate: "mise",
189+
matchStrings: [
190+
"jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
191+
],
192+
}
179193
],
180194
}

.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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)