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 4949 Write-Host "$(pwsh --version) is installed at $PSHOME"
5050 Write-Host "Active .NET SDK: $(dotnet --version)"
5151 - name : Git checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 - name : Restore tools
5454 run : |
5555 dotnet tool restore
@@ -131,7 +131,7 @@ jobs:
131131 8.0.*
132132 9.0.*
133133 - name : Git checkout
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v5
135135 - name : Restore tools
136136 run : |
137137 dotnet tool restore
@@ -186,7 +186,7 @@ jobs:
186186 8.0.*
187187 9.0.*
188188 - name : Git checkout
189- uses : actions/checkout@v4
189+ uses : actions/checkout@v5
190190 with :
191191 fetch-depth : 2
192192 - name : Restore tools
Original file line number Diff line number Diff line change 3030 8.0.*
3131 9.0.*
3232 - name : Git checkout
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 - name : Initialize CodeQL
3535 uses : github/codeql-action/init@v3
3636 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
You can’t perform that action at this time.
0 commit comments