File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
config-file : ./.github/codeql/codeql-config.yml
32
32
33
33
- name : Setup .NET
34
- uses : actions/setup-dotnet@v2
34
+ uses : actions/setup-dotnet@v4
35
35
with :
36
36
global-json-file : global.json
37
37
@@ -101,7 +101,7 @@ jobs:
101
101
- uses : actions/checkout@v4
102
102
103
103
- name : Setup .NET
104
- uses : actions/setup-dotnet@v2
104
+ uses : actions/setup-dotnet@v4
105
105
with :
106
106
global-json-file : global.json
107
107
@@ -158,7 +158,7 @@ jobs:
158
158
- uses : actions/checkout@v4
159
159
160
160
- name : Setup .NET
161
- uses : actions/setup-dotnet@v2
161
+ uses : actions/setup-dotnet@v4
162
162
with :
163
163
global-json-file : global.json
164
164
@@ -305,7 +305,7 @@ jobs:
305
305
}
306
306
307
307
- name : Setup .NET
308
- uses : actions/setup-dotnet@v2
308
+ uses : actions/setup-dotnet@v4
309
309
with :
310
310
global-json-file : global.json
311
311
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
20
20
- name : Setup .NET
21
- uses : actions/setup-dotnet@v2
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
global-json-file : global.json
24
24
83
83
echo "PR_SHA=$(echo $prsha)" >> $GITHUB_ENV
84
84
85
85
- name : Setup .NET
86
- uses : actions/setup-dotnet@v2
86
+ uses : actions/setup-dotnet@v4
87
87
with :
88
88
global-json-file : global.json
89
89
You can’t perform that action at this time.
0 commit comments