Skip to content

Commit 204d56d

Browse files
authored
Pin GitHub Action versions (#89)
* Pin GitHub Action versions * Fix typo
1 parent 528d4ae commit 204d56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v6.0.1
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2929
- name: Pre-commit
30-
uses: pre-commit/action@v3.0.1
30+
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3131
with:
3232
extra_args: --hook-stage manual --all-files
3333
- name: Run Tests

0 commit comments

Comments
 (0)