File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
psql --version
56
56
Write-Host "Active .NET SDK: $(dotnet --version)"
57
57
- name : Git checkout
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
- name : Restore tools
60
60
run : dotnet tool restore
61
61
- name : Restore packages
@@ -160,7 +160,7 @@ jobs:
160
160
8.0.*
161
161
9.0.*
162
162
- name : Git checkout
163
- uses : actions/checkout@v4
163
+ uses : actions/checkout@v5
164
164
- name : Restore tools
165
165
run : dotnet tool restore
166
166
- name : InspectCode
@@ -219,7 +219,7 @@ jobs:
219
219
8.0.*
220
220
9.0.*
221
221
- name : Git checkout
222
- uses : actions/checkout@v4
222
+ uses : actions/checkout@v5
223
223
with :
224
224
fetch-depth : 2
225
225
- name : Restore tools
Original file line number Diff line number Diff line change 29
29
8.0.*
30
30
9.0.*
31
31
- name : Git checkout
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
- name : Initialize CodeQL
34
34
uses : github/codeql-action/init@v3
35
35
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
Original file line number Diff line number Diff line change 28
28
8.0.*
29
29
9.0.*
30
30
- name : Git checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
34
34
fetch-depth : 0 # a full history is required for pull request analysis
You can’t perform that action at this time.
0 commit comments