Skip to content

Commit 3d0e2a8

Browse files
committed
Pin version for github actions
1 parent f663ed9 commit 3d0e2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-validate-typings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
validate-typings:
1616
runs-on: "ubuntu-latest"
1717
steps:
18-
- uses: actions/checkout@v6
19-
- uses: typesafegithub/github-actions-typing@v2
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+
- uses: typesafegithub/github-actions-typing@9ddf35b71a482be7d8922b28e8d00df16b77e315 # v2.2.2
2020
with:
2121
ignored-action-files: |
2222
.github/actions/build-dist/action.yml

0 commit comments

Comments
 (0)