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 the github-actions group with 2 updates #493

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 2 updates: dawidd6/action-download-artifact and EnricoMi/publish-unit-test-result-action.

Updates dawidd6/action-download-artifact from 3.0.0 to 3.1.4

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v3.1.4

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v3.1.4

v3.1.3

What's Changed

Full Changelog: dawidd6/action-download-artifact@v3.1.2...v3.1.3

v3.1.2

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3.1.1...v3.1.2

v3.1.1

What's Changed

Full Changelog: dawidd6/action-download-artifact@v3...v3.1.1

v3.1.0

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v3.1.0

Commits
  • 09f2f74 fix: accept expired artifacts with documentation url (#283)
  • 4a559ba build(deps): bump @​actions/artifact from 2.1.2 to 2.1.4 (#280)
  • ffef66c build(deps): bump adm-zip from 0.5.10 to 0.5.12 (#282)
  • a430ac5 build(deps): bump @​actions/artifact from 2.1.1 to 2.1.2 (#277)
  • 0a65e25 node_modules: upgrade (#276)
  • 71072fb Read workflow_search input as a boolean (#273)
  • 72aaadc build(deps): bump undici from 5.28.2 to 5.28.3 (#272)
  • e454ec2 Head sha revert (#271)
  • f6b0bac Optionally search for workflows (#270)
  • a07e1dd build(deps): bump @​actions/artifact from 2.0.1 to 2.1.1 (#269)
  • Additional commits viewable in compare view

Updates EnricoMi/publish-unit-test-result-action from 2.12.0 to 2.16.1

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.16.1

Fixes quoting issue in Windows bash action (#587)

v2.16.0

This improves dependencies:

  • Pin dependencies based on Python version (#585)
  • Upgrade dependencies to latest version (#585)

v2.15.1

This fixes a typo in the windows action (#580).

v2.15.0

This release deprecates composite action uses: EnricoMi/publish-unit-test-result-action/composite@v2 (#576)

Instead, use either of

  • Linux (Bash shell): uses: EnricoMi/publish-unit-test-result-action/linux@v2
  • macOS (Bash shell): uses: EnricoMi/publish-unit-test-result-action/macos@v2
  • Windows (PowerShell): uses: EnricoMi/publish-unit-test-result-action/windows@v2
  • Windows (Bash shell): uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2

Or continue to use the Docker action uses: EnricoMi/publish-unit-test-result-action@v2.

Adds the following features:

  • OS-specific composite actions, supports Windows PowerShell (#576)
  • Fix grouping lines in GitHub actions output (#577)

v2.14.0

Adds the following features:

  • Publish JSON even when check_run is false (#568)
  • Quote vars in composite action to support values with spaces (#571)
  • Uprade actions/cache to 4 in composite action (#574)

v2.13.0

Adds the following features:

  • Upgrade lxml to 5.1.0 (#433)
  • Rework how composite action checks and installs virtualenv / venv package, and activates virtual environment (#558)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action).


Updates `dawidd6/action-download-artifact` from 3.0.0 to 3.1.4
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@e7466d1...09f2f74)

Updates `EnricoMi/publish-unit-test-result-action` from 2.12.0 to 2.16.1
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@e780361...30eadd5)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2024
Copy link

github-actions bot commented Apr 1, 2024

📋 Code Coverage

Code Coverage

Package Line Rate Branch Rate Health
. 42% 0%
controllers 5% 0%
evaluators 11% 0%
harvester 3% 0%
helper 15% 7%
models 56% 83%
Summary 24% (2391 / 9785) 27% (1274 / 4790)

Copy link

github-actions bot commented Apr 1, 2024

📋 Pytest Results

1 tests   - 18   0 ✅  - 19   5s ⏱️ -28s
1 suites ± 0   0 💤 ± 0 
1 files   ± 0   0 ❌ ± 0   1 🔥 +1 

For more details on these errors, see this check.

Results for commit ffd2ebe. ± Comparison against base commit 3a9b01c.

This pull request removes 19 and adds 1 tests. Note that renamed tests count towards both.
tests.api.test_urls ‑ test_all_metrics_returns_200
tests.api.test_urls ‑ test_schema_returns_200
tests.api.test_urls ‑ test_single_metric_returns_200
tests.api.test_urls ‑ test_ui_returns_200
tests.controllers.test_fair_check ‑ test_check_unique_metadata_identifier
tests.controllers.test_fair_check ‑ test_harvest_all_metadata
tests.functional.test_evaluation ‑ test_evaluation
tests.functional.test_evaluation ‑ test_evaluation_software
tests.helper.test_preprocessor ‑ test_get_licenses
tests.helper.test_preprocessor ‑ test_retrieve_datacite_re3repos
…
tests.controllers.test_fair_check

@huberrob huberrob merged commit fcef448 into master Apr 23, 2024
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-9ceba3f1bb branch April 23, 2024 07:49
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
Development

Successfully merging this pull request may close these issues.

1 participant