File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868 # yamllint enable rule:line-length
6969 steps :
7070 - name : Checkout repository
71- uses : actions/checkout@v5
71+ uses : actions/checkout@v6
7272
7373 # Initializes the CodeQL tools for scanning.
7474 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2323 os : ["windows-2025"]
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Setup .NET
2828 uses : actions/setup-dotnet@v5
2929 with :
Original file line number Diff line number Diff line change 2424 dotnet-version : [9.0.x, 10.0.x]
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Setup .NET ${{ matrix.dotnet-version }}
2929 uses : actions/setup-dotnet@v5
3030 with :
Original file line number Diff line number Diff line change 2424 dotnet-version : [9.0.x, 10.0.x]
2525 runs-on : ${{ matrix.os }}
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Setup .NET ${{ matrix.dotnet-version }}
2929 uses : actions/setup-dotnet@v5
3030 with :
Original file line number Diff line number Diff line change 2626 java-version : 21
2727 # Alternative distribution options are available.
2828 distribution : " temurin"
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 # Shallow clones should be disabled for a better relevancy of analysis
3232 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments