File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v3
2020 with :
2525 build :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Setup .NET
3030 uses : actions/setup-dotnet@v3
3131 with :
4848 if : github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 - name : Setup .NET
5353 uses : actions/setup-dotnet@v3
5454 with :
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535
3636 - name : Initialize CodeQL
3737 uses : github/codeql-action/init@v3
You can’t perform that action at this time.
0 commit comments