Skip to content

Commit 928a378

Browse files
committed
Lock paths-filter action to a specific commit
1 parent 4ecd7e6 commit 928a378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
typescript: ${{ steps.filter.outputs.typescript }}
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: dorny/paths-filter@v2
29+
- uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78
3030
id: filter
3131
with:
3232
filters: |

0 commit comments

Comments
 (0)