Skip to content

Commit b61bcef

Browse files
authored
Update GitHub Actions to use specific versions
1 parent df7f71e commit b61bcef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414
with:
1515
fetch-depth: 0
16-
- uses: tj-actions/changed-files@v47
16+
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
1717
id: changed-files
1818
with:
1919
files: '**/*.md'
2020
separator: ","
21-
- uses: DavidAnson/markdownlint-cli2-action@v20
21+
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
2222
if: steps.changed-files.outputs.any_changed == 'true'
2323
with:
2424
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)