Skip to content

Commit 3dd7f88

Browse files
authored
Merge pull request #91 from xin9le/feature/commit-hash
Specify commit hash
2 parents 142b3a1 + 2a4bef5 commit 3dd7f88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424

2525
steps:
2626
- name: Setup .NET SDK
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
2828
with:
2929
dotnet-version: 10.0.x
3030

3131
- name: Display .NET version
3232
run: dotnet --version
3333

3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
path: ${{ env.CheckoutDirectory }}
3838
fetch-depth: 0

0 commit comments

Comments
 (0)