File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
Write-Host "$(pwsh --version) is installed at $PSHOME"
50
50
Write-Host "Active .NET SDK: $(dotnet --version)"
51
51
- name : Git checkout
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
- name : Restore tools
54
54
run : |
55
55
dotnet tool restore
@@ -131,7 +131,7 @@ jobs:
131
131
8.0.*
132
132
9.0.*
133
133
- name : Git checkout
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
- name : Restore tools
136
136
run : |
137
137
dotnet tool restore
@@ -186,7 +186,7 @@ jobs:
186
186
8.0.*
187
187
9.0.*
188
188
- name : Git checkout
189
- uses : actions/checkout@v4
189
+ uses : actions/checkout@v5
190
190
with :
191
191
fetch-depth : 2
192
192
- name : Restore tools
Original file line number Diff line number Diff line change 30
30
8.0.*
31
31
9.0.*
32
32
- name : Git checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@v3
36
36
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : ' Checkout Repository'
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- name : ' Dependency Review'
14
14
uses : actions/dependency-review-action@v4
You can’t perform that action at this time.
0 commit comments