File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Install ShellCheck
1717 run : sudo apt-get install -y shellcheck
2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030
3131 - name : Install hadolint
3232 run : |
4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Install yamllint
5151 run : |
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0
3535
3939 driver : docker-container
4040
4141 - name : Install GitVersion
42- uses : gittools/actions/gitversion/setup@v4.0.1
42+ uses : gittools/actions/gitversion/setup@v4.1.0
4343 with :
4444 versionSpec : " 6.1.0"
4545
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : Checkout code
134- uses : actions/checkout@v4
134+ uses : actions/checkout@v5
135135 with :
136136 fetch-depth : 0
137137
@@ -141,7 +141,7 @@ jobs:
141141 git config --global user.name "UDX Worker"
142142
143143 - name : Download SBOM Artifact
144- uses : actions/download-artifact@v4
144+ uses : actions/download-artifact@v5
145145 with :
146146 name : sbom
147147
You can’t perform that action at this time.
0 commit comments