Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #14726 - Veykril:cistuff, r=lnicola
minor: Lock paths-filter action to a specific commit
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1b1ae0035..4124bfcbc6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: typescript: ${{ steps.filter.outputs.typescript }} steps: - uses: actions/checkout@v3 - - uses: dorny/paths-filter@v2 + - uses: dorny/paths-filter@4067d885736b84de7c414f582ac45897079b0a78 id: filter with: filters: | |