We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae24dbf commit 55deb8bCopy full SHA for 55deb8b
2 files changed
.github/workflows/reusable-link-check.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0 # needed for merge-base used in lint:links-in-modified-files
16
17
- - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
+ - uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0
18
19
- name: Link check for pull requests
20
if: github.event_name == 'pull_request'
.github/workflows/reusable-markdown-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Run markdownlint
run: |
0 commit comments