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

Bump dorny/test-reporter from 1.8.0 to 1.9.0 #298

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps dorny/test-reporter from 1.8.0 to 1.9.0.

Release notes

Sourced from dorny/test-reporter's releases.

v1.9.0

What's Changed

Features

  • Add support for the rspec-json format #398
  • Updated packages #405

Contributors

Full Changelog: dorny/test-reporter@v1.8.0...v1.9.0

Commits
  • c40d89d Merge pull request #416 from dorny/release/v1.9.0
  • 9a5ccba test-reporter release v1.9.0
  • 82b258b Merge pull request #405 from dorny/feature/update_packages
  • 80874c1 Build the distribution file
  • 99e65e6 Update development packages
  • 0863296 Update production dependencies
  • 1212842 Use correct @types/node package for the Node 18 runtime
  • 4cd9c62 Merge pull request #398 from oscarmampel/main
  • 1a3cfe6 Add support for rspec
  • 7e5f292 Merge pull request #385 from dorny/fix/package_repository_url
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from nam20485 as a code owner April 29, 2024 06:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 29, 2024
Copy link

github-actions bot commented Apr 29, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/dorny/test-reporter c40d89d5e987cd80f3a32b3c233556e22bdca958 🟢 4.6
Details
CheckScoreReason
Maintained🟢 1015 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 6Found 6/10 approved changesets -- score normalized to 6
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 2dependency not pinned by hash detected -- score normalized to 2
Vulnerabilities⚠️ 020 existing vulnerabilities detected
actions/dorny/test-reporter eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 🟢 4.6
Details
CheckScoreReason
Maintained🟢 1015 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 6Found 6/10 approved changesets -- score normalized to 6
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy⚠️ 0security policy file not detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 2dependency not pinned by hash detected -- score normalized to 2
Vulnerabilities⚠️ 020 existing vulnerabilities detected

Scanned Manifest Files

.github/workflows/cmake-multi-platform.yml

@nam20485 nam20485 enabled auto-merge April 30, 2024 15:21
@dependabot dependabot bot force-pushed the dependabot/github_actions/dorny/test-reporter-1.9.0 branch 3 times, most recently from b94db70 to fd29249 Compare April 30, 2024 16:11
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@eaa763f...c40d89d)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dorny/test-reporter-1.9.0 branch from fd29249 to 1fa5e51 Compare April 30, 2024 16:27
@nam20485 nam20485 merged commit 85fe9da into development Apr 30, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/dorny/test-reporter-1.9.0 branch April 30, 2024 16:43
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.

1 participant