Skip to content

Commit 532cc64

Browse files
authored
use SHA for specific action version (#3433)
1 parent f02a3a8 commit 532cc64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
git config --system core.longpaths true
3333
3434
- name: Checkout repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3636

3737
- name: Setup .NET 6.x
38-
uses: actions/setup-dotnet@v5
38+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
3939
with:
4040
dotnet-version: '6.x'
4141

4242
- name: Setup .NET SDK from global.json
43-
uses: actions/setup-dotnet@v5
43+
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7
4444
with:
4545
global-json-file: ./global.json
4646

0 commit comments

Comments
 (0)