Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump phoenix-actions/test-reporting from 10 to 15 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps phoenix-actions/test-reporting from 10 to 15.

Release notes

Sourced from phoenix-actions/test-reporting's releases.

v15

  • Updated packages
  • Refactored after package updates
  • Updated snapshots
  • Removed artifact download headers to be compatible with upload-artifact v4
  • fix: reporting wrong number of tests in Dart (Thanks to @​dominicmh for this fix! and to @​tiagoferreira29 for reporting!)

You can now update to upload-artifact v4 if you're using it to publish your artifacts. This action can now download Azure blob storage based github action artifacts (github moved the artifact storage to azure between v3 and v4, observed via the artifact url).

Fix JUnit message / type fields from #48

Node 20

Closes #43

  • Upgrades action to node 20

Fix: get proper suite name for mochawesome

Includes minor fix to get proper suite name for mochawesome #37

v11: Community PRs

Merged 32 which fixes 31 Merged 33 which fixes 29 Merged 35 which fixes 34 Features: Support PlayWright JUnit failure output Make failure text in JUnit report optional Only-failed is not a valid option for list-suites and list-tests

Changelog

Sourced from phoenix-actions/test-reporting's changelog.

Changelog

v1.5.0

v1.4.3

v1.4.2

v1.4.1

v1.4.0

v1.3.1

v1.3.0

v1.2.0

v1.1.0

v1.0.0

Supported languages / frameworks:

  • .NET / xUnit / NUnit / MSTest
  • Dart / test
  • Flutter / test
  • JavaScript / JEST
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 10 to 15.
- [Release notes](https://github.com/phoenix-actions/test-reporting/releases)
- [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md)
- [Commits](phoenix-actions/test-reporting@v10...v15)

---
updated-dependencies:
- dependency-name: phoenix-actions/test-reporting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 18, 2024
@@ -41,7 +41,7 @@
esac
echo "STAGE_NAME=Build RPM on $DISTRO_NAME $DISTRO_VERSION" >> $GITHUB_ENV
- name: Test Report
uses: phoenix-actions/test-reporting@v10
uses: phoenix-actions/test-reporting@v15

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
@@ -60,7 +60,7 @@
- name: Set variables
run: echo "STAGE_NAME=Functional Hardware ${{ matrix.stage }}" >> $GITHUB_ENV
- name: Test Report
uses: phoenix-actions/test-reporting@v10
uses: phoenix-actions/test-reporting@v15

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants