File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments