Skip to content

Commit 43ff268

Browse files
Copilotpelikhan
andauthored
chore: update markdown-lint action versions and SHA pins (#1719)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent cfd5402 commit 43ff268

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/markdown-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828

2929
- name: Lint markdown
3030
id: lint
3131
continue-on-error: true
32-
uses: DavidAnson/markdownlint-cli2-action@v20
32+
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24.1.0
3333
with:
3434
globs: |
3535
**/*.md
3636
3737
- name: File issue for lint failure on main
3838
if: steps.lint.outcome == 'failure' && github.event_name == 'push' && github.ref == 'refs/heads/main'
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4040
with:
4141
script: |
4242
const title = 'Markdown lint failure on main'

0 commit comments

Comments
 (0)