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 68
68
# yamllint enable rule:line-length
69
69
steps :
70
70
- name : Checkout repository
71
- uses : actions/checkout@v4
71
+ uses : actions/checkout@v5
72
72
73
73
# Initializes the CodeQL tools for scanning.
74
74
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
name : " Build Docker images"
19
19
runs-on : ubuntu-24.04
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
22
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 23
23
os : ["windows-2025"]
24
24
runs-on : ${{ matrix.os }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Setup .NET
28
28
uses : actions/setup-dotnet@v4
29
29
with :
Original file line number Diff line number Diff line change 24
24
dotnet-version : [8.x, 9.x]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Setup .NET ${{ matrix.dotnet-version }}
29
29
uses : actions/setup-dotnet@v4
30
30
with :
Original file line number Diff line number Diff line change 24
24
dotnet-version : [8.x, 9.x]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@v5
28
28
- name : Setup .NET ${{ matrix.dotnet-version }}
29
29
uses : actions/setup-dotnet@v4
30
30
with :
Original file line number Diff line number Diff line change 22
22
name : gitleaks
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : gitleaks/gitleaks-action@v2
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28
28
29
29
- name : Set up Node.js ${{ matrix.node-version }}
30
30
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 19
19
java-version : 21
20
20
# Alternative distribution options are available.
21
21
distribution : " temurin"
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
# Shallow clones should be disabled for a better relevancy of analysis
25
25
fetch-depth : 0
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-24.04
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
19
20
20
- name : Install yamllint
21
21
run : pip install yamllint
You can’t perform that action at this time.
0 commit comments