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 5555 psql --version
5656 Write-Host "Active .NET SDK: $(dotnet --version)"
5757 - name : Git checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959 - name : Restore tools
6060 run : dotnet tool restore
6161 - name : Restore packages
@@ -160,7 +160,7 @@ jobs:
160160 8.0.*
161161 9.0.*
162162 - name : Git checkout
163- uses : actions/checkout@v4
163+ uses : actions/checkout@v5
164164 - name : Restore tools
165165 run : dotnet tool restore
166166 - name : InspectCode
@@ -219,7 +219,7 @@ jobs:
219219 8.0.*
220220 9.0.*
221221 - name : Git checkout
222- uses : actions/checkout@v4
222+ uses : actions/checkout@v5
223223 with :
224224 fetch-depth : 2
225225 - name : Restore tools
Original file line number Diff line number Diff line change 2929 8.0.*
3030 9.0.*
3131 - name : Git checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 - name : Initialize CodeQL
3434 uses : github/codeql-action/init@v3
3535 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 2828 8.0.*
2929 9.0.*
3030 - name : Git checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
3434 fetch-depth : 0 # a full history is required for pull request analysis
You can’t perform that action at this time.
0 commit comments