File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Setup .NET
26- uses : actions/setup-dotnet@v4
26+ uses : actions/setup-dotnet@v5
2727 with :
2828 dotnet-version : 10.0.x
2929
3030 - name : Initialize CodeQL
31- uses : github/codeql-action/init@v3
31+ uses : github/codeql-action/init@v4
3232 with :
3333 languages : csharp
3434 build-mode : manual
3939 dotnet build Codout.Framework.sln --no-restore --configuration Release
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@v3
42+ uses : github/codeql-action/analyze@v4
4343 with :
4444 category : " /language:csharp"
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 contents : read
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353
5454 - name : Setup .NET
55- uses : actions/setup-dotnet@v4
55+ uses : actions/setup-dotnet@v5
5656 with :
5757 dotnet-version : 10.0.x
5858
9898 run : ls -la ./artifacts
9999
100100 - name : Upload artifacts
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v7
102102 with :
103103 name : codout-framework-core-nupkg
104104 path : |
@@ -115,12 +115,12 @@ jobs:
115115 contents : read
116116 steps :
117117 - name : Setup .NET
118- uses : actions/setup-dotnet@v4
118+ uses : actions/setup-dotnet@v5
119119 with :
120120 dotnet-version : 10.0.x
121121
122122 - name : Download artifacts
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v8
124124 with :
125125 name : codout-framework-core-nupkg
126126 path : ./artifacts
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Setup .NET
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@v5
2424 with :
2525 dotnet-version : 10.0.x
2626 - name : Restore dependencies
5050 sys.exit(0 if pct >= THRESHOLD else 1)
5151 EOF
5252 - name : Upload coverage
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v7
5454 if : always()
5555 with :
5656 name : coverage
Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ jobs:
6262 echo "Confirm input OK."
6363
6464 - name : Checkout
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0
6868
6969 - name : Setup .NET
70- uses : actions/setup-dotnet@v4
70+ uses : actions/setup-dotnet@v5
7171 with :
7272 dotnet-version : 10.0.x
7373
@@ -135,7 +135,7 @@ jobs:
135135 ls -la ./artifacts
136136
137137 - name : Upload artifacts
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@v7
139139 with :
140140 name : codout-framework-all-nupkg
141141 path : |
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
2929 - name : Setup .NET
30- uses : actions/setup-dotnet@v4
30+ uses : actions/setup-dotnet@v5
3131 with :
3232 dotnet-version : 10.0.x
3333
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : Setup .NET
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : 10.0.x
3434
8484 fi
8585
8686 - name : Upload artifacts
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : codout-framework-mcp-nupkg
9090 path : ./artifacts/*.nupkg
@@ -99,12 +99,12 @@ jobs:
9999
100100 steps :
101101 - name : Setup .NET
102- uses : actions/setup-dotnet@v4
102+ uses : actions/setup-dotnet@v5
103103 with :
104104 dotnet-version : 10.0.x
105105
106106 - name : Download artifacts
107- uses : actions/download-artifact@v4
107+ uses : actions/download-artifact@v8
108108 with :
109109 name : codout-framework-mcp-nupkg
110110 path : ./artifacts
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848 with :
4949 # Full history so the master-ancestry gate can resolve merge-base.
5050 fetch-depth : 0
5151
5252 - name : Setup .NET
53- uses : actions/setup-dotnet@v4
53+ uses : actions/setup-dotnet@v5
5454 with :
5555 dotnet-version : 10.0.x
5656
@@ -144,7 +144,7 @@ jobs:
144144 ls -la ./artifacts
145145
146146 - name : Upload artifacts
147- uses : actions/upload-artifact@v4
147+ uses : actions/upload-artifact@v7
148148 with :
149149 name : ${{ steps.resolve.outputs.package }}-nupkg
150150 path : |
@@ -163,12 +163,12 @@ jobs:
163163
164164 steps :
165165 - name : Setup .NET
166- uses : actions/setup-dotnet@v4
166+ uses : actions/setup-dotnet@v5
167167 with :
168168 dotnet-version : 10.0.x
169169
170170 - name : Download artifacts
171- uses : actions/download-artifact@v4
171+ uses : actions/download-artifact@v8
172172 with :
173173 name : ${{ needs.build-pack.outputs.package }}-nupkg
174174 path : ./artifacts
You can’t perform that action at this time.
0 commit comments