We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7f71e commit b61bcefCopy full SHA for b61bcef
.github/workflows/lint.yml
@@ -10,15 +10,15 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
14
with:
15
fetch-depth: 0
16
- - uses: tj-actions/changed-files@v47
+ - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
17
id: changed-files
18
19
files: '**/*.md'
20
separator: ","
21
- - uses: DavidAnson/markdownlint-cli2-action@v20
+ - uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
22
if: steps.changed-files.outputs.any_changed == 'true'
23
24
globs: ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments