Skip to content

Commit d97df16

Browse files
committed
Pin versions and limit to RST files
1 parent 43e2131 commit d97df16

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/check-crlf.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository contents
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323

2424
- name: Use action to check for CRLF endings
25-
uses: erclu/check-crlf@master
25+
uses: erclu/check-crlf@94acb86c2a41b0a46bd8087b63a06f0457dd0c6c # v1.2.0
26+
with:
27+
glob: "**/*.rst"
28+

0 commit comments

Comments
 (0)