File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
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 1818 name : " Build Docker images"
1919 runs-on : ubuntu-24.04
2020 steps :
21- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@v3
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 : [8.x, 9.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 : [8.x, 9.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 2121 name : gitleaks
2222 runs-on : ubuntu-24.04
2323 steps :
24- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525 with :
2626 fetch-depth : 0
2727 - uses : gitleaks/gitleaks-action@bf2dc8e55639c1e091e9b45970152e4313705814
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2828
2929 - name : Set up Node.js ${{ matrix.node-version }}
3030 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1919 java-version : 21
2020 # Alternative distribution options are available.
2121 distribution : " temurin"
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 # Shallow clones should be disabled for a better relevancy of analysis
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1919
2020 - name : Install yamllint
2121 run : pip install yamllint
You can’t perform that action at this time.
0 commit comments