ci: pin checkout hash

[skip ci]
This commit is contained in:
MkQtS 2026-07-02 21:12:45 +08:00 committed by GitHub
parent e7232f6e7c
commit e6e0eca071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v7
with:
ref: ${{ github.ref }}
path: code
- name: Setup Go