We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02a3a8 commit 532cc64Copy full SHA for 532cc64
1 file changed
.github/workflows/dotnetcore.yml
@@ -32,15 +32,15 @@ jobs:
32
git config --system core.longpaths true
33
34
- name: Checkout repository
35
- uses: actions/checkout@v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
36
37
- name: Setup .NET 6.x
38
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
39
with:
40
dotnet-version: '6.x'
41
42
- name: Setup .NET SDK from global.json
43
44
45
global-json-file: ./global.json
46
0 commit comments