Skip to content

Commit 1a94145

Browse files
Bump mikepenz/action-junit-report from 4.3.1 to 6.3.0 (#940)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 6.3.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@db71d41...5e05ac0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JP <jonathan.percival@smilecdr.com>
1 parent a46f8dc commit 1a94145

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ vars.OSSRH_USERNAME }}
3535
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_TOKEN }}
3636
- name: Publish test report
37-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
37+
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
3838
if: success() || failure() # always run even if the previous step fails
3939
with:
4040
report_paths: "**/build/test-results/test/TEST-*.xml"

.github/workflows/check-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
SONAR_TOKEN: ${{ secrets.SONAR_QUBE_022026 }}
5454
run: ./gradlew sonar -Dsonar.token=$SONAR_TOKEN
5555
- name: Publish test report
56-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
56+
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
5757
if: (success() || failure()) && matrix.os == 'ubuntu-latest'
5858
with:
5959
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)