diff --git a/.github/workflows/check-update.yml b/.github/workflows/check-update.yml index e52de8ee..57b1f72f 100644 --- a/.github/workflows/check-update.yml +++ b/.github/workflows/check-update.yml @@ -33,7 +33,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml" diff --git a/.github/workflows/publish-resources.yml b/.github/workflows/publish-resources.yml index 18552b94..cc1d1ce8 100644 --- a/.github/workflows/publish-resources.yml +++ b/.github/workflows/publish-resources.yml @@ -44,7 +44,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml" diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml index 184b8995..673f94c8 100644 --- a/.github/workflows/update-resources.yml +++ b/.github/workflows/update-resources.yml @@ -36,7 +36,7 @@ jobs: ORG_GRADLE_PROJECT_wetfArtifactoryPassword: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }} - name: Publish Test Report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: always() # always run even if the previous step fails with: report_paths: "test/build/test-results/**/*.xml"