File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 if : github.repository == 'NHSDigital/nhs-aws-helpers' && !contains(github.event.head_commit.message, 'tag release version:')
1111 steps :
1212 - name : checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
8282
8383 - name : publish junit reports
8484 if : success() || failure()
85- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
85+ uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
8686 with :
8787 check_name : junit reports
8888 report_paths : reports/junit/*.xml
9696 if : github.repository == 'NHSDigital/nhs-aws-helpers' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:')
9797 steps :
9898 - name : checkout
99- uses : actions/checkout@v5
99+ uses : actions/checkout@v6
100100 with :
101101 fetch-depth : 0
102102
Original file line number Diff line number Diff line change 1717 if : github.repository == 'NHSDigital/nhs-aws-helpers'
1818 steps :
1919 - name : checkout
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
6868 if : github.repository == 'NHSDigital/nhs-aws-helpers'
6969 steps :
7070 - name : checkout
71- uses : actions/checkout@v5
71+ uses : actions/checkout@v6
7272 with :
7373 fetch-depth : 0
7474
@@ -175,14 +175,14 @@ jobs:
175175
176176 - name : archive reports
177177 if : success() || failure()
178- uses : actions/upload-artifact@v4
178+ uses : actions/upload-artifact@v5
179179 with :
180180 name : reports
181181 path : reports/**/*
182182
183183 - name : publish junit reports
184184 if : success() || failure()
185- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
185+ uses : mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
186186 with :
187187 check_name : junit reports
188188 report_paths : reports/junit/*.xml
@@ -196,7 +196,7 @@ jobs:
196196 if : github.repository == 'NHSDigital/nhs-aws-helpers'
197197 steps :
198198 - name : checkout
199- uses : actions/checkout@v5
199+ uses : actions/checkout@v6
200200 with :
201201 fetch-depth : 0
202202
@@ -278,7 +278,7 @@ jobs:
278278 - tox
279279 steps :
280280 - name : checkout
281- uses : actions/checkout@v5
281+ uses : actions/checkout@v6
282282 with :
283283 fetch-depth : 0
284284
You can’t perform that action at this time.
0 commit comments