Skip to content

Commit c758c00

Browse files
committed
use hash in pre-commit.yml
1 parent 5ead259 commit c758c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818
with:
1919
ref: ${{github.event.pull_request.head.sha}}
2020
repository: ${{github.event.pull_request.head.repo.full_name}}

0 commit comments

Comments
 (0)