Skip to content

Commit a031c93

Browse files
Merge pull request #122 from NHSDigital/mesh-2092-dependabot-combined
MESH-2092 Combined Dependabot PRs
2 parents 9bd82cd + 79b8d2f commit a031c93

3 files changed

Lines changed: 183 additions & 92 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: github.actor != 'dependabot[bot]' && (success() || failure())
6868
run: |
6969
export SONAR_VERSION="5.0.1.3006"
70-
wget -q "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
70+
wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
7171
unzip -q ./sonar-scanner.zip
7272
mv ./sonar-scanner-${SONAR_VERSION} ./sonar-scanner
7373
scripts/sonar_tests.py
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: publish junit reports
8585
if: success() || failure()
86-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4
86+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
8787
with:
8888
check_name: junit reports
8989
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
if: github.actor != 'dependabot[bot]' && (success() || failure())
148148
run: |
149149
export SONAR_VERSION="5.0.1.3006"
150-
wget -q "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
150+
wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip
151151
unzip -q ./sonar-scanner.zip
152152
mv ./sonar-scanner-${SONAR_VERSION} ./sonar-scanner
153153
scripts/sonar_tests.py
@@ -169,14 +169,14 @@ jobs:
169169

170170
- name: archive reports
171171
if: github.actor != 'dependabot[bot]' && (success() || failure())
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: reports
175175
path: reports/**/*
176176

177177
- name: publish junit reports
178178
if: success() || failure()
179-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4
179+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6
180180
with:
181181
check_name: junit reports
182182
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)