Skip to content

Commit 7621580

Browse files
Pin j178/prek-action action to 91fd7d7
1 parent 13662e6 commit 7621580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/add-tools-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: remove tools code
4444
run: rm -rf tools
4545

46-
- uses: j178/prek-action@v1
46+
- uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1
4747
with:
4848
install-only: true
4949

.github/workflows/fix-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Run prek
4444
id: prek
45-
uses: j178/prek-action@v1
45+
uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1
4646
continue-on-error: true
4747

4848
# indication that the linting has finished

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm install --omit=prod
2424

2525
- name: Run prek
26-
uses: j178/prek-action@v1
26+
uses: j178/prek-action@91fd7d7cf70ae1dee9f4f44e7dfa5d1073fe6623 # v1
2727
vale:
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)