File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
6666 # make bootstrap
6767 # make release
6868 - name : Setup .NET SDK
69- uses : actions/setup-dotnet@v4
69+ uses : actions/setup-dotnet@v5
7070 with :
7171 dotnet-version : ' 9.0.x'
7272
Original file line number Diff line number Diff line change 1818 security-events : write
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 - name : Run DevSkim scanner
2323 uses : microsoft/DevSkim-Action@v1
2424 - name : Upload DevSkim scan results to GitHub Security tab
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup .NET Core
19- uses : actions/setup-dotnet@v4
19+ uses : actions/setup-dotnet@v5
2020 with :
2121 dotnet-version : 9.0.x
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Report win .NET 4.8
12- uses : phoenix-actions/test-reporting@v15
12+ uses : phoenix-actions/test-reporting@v16
1313 id : unit-test-report-win48 # Set ID reference for step
1414 with :
1515 artifact : test-results-win48 # artifact name
1919 only-summary : ' true'
2020
2121 - name : Report win 3.1
22- uses : phoenix-actions/test-reporting@v15
22+ uses : phoenix-actions/test-reporting@v16
2323 id : unit-test-report-win3
2424 with :
2525 artifact : test-results-win3
2929 only-summary : ' true'
3030
3131 - name : Report win 6.0
32- uses : phoenix-actions/test-reporting@v15
32+ uses : phoenix-actions/test-reporting@v16
3333 id : unit-test-report-win6
3434 with :
3535 artifact : test-results-win6
3939 only-summary : ' true'
4040
4141 - name : Report mac 6.0
42- uses : phoenix-actions/test-reporting@v15
42+ uses : phoenix-actions/test-reporting@v16
4343 id : unit-test-report-mac
4444 with :
4545 artifact : test-results-mac
4949 only-summary : ' true'
5050
5151 - name : Report linux 6.0
52- uses : phoenix-actions/test-reporting@v15
52+ uses : phoenix-actions/test-reporting@v16
5353 id : unit-test-report-linux
5454 with :
5555 artifact : test-results-linux
You can’t perform that action at this time.
0 commit comments