Skip to content

Bump pmeier/pytest-results-action from 0.7.2 to 0.9.0 - #7583

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pmeier/pytest-results-action-0.9.0
Open

Bump pmeier/pytest-results-action from 0.7.2 to 0.9.0#7583
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pmeier/pytest-results-action-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps pmeier/pytest-results-action from 0.7.2 to 0.9.0.

Release notes

Sourced from pmeier/pytest-results-action's releases.

v0.9.0

What's Changed

Full Changelog: pmeier/pytest-results-action@v0.8.0...v0.9.0

v0.8.0

What's Changed

New Contributors

Full Changelog: pmeier/pytest-results-action@v0.7.2...v0.8.0

Commits
  • fdc7f18 Update @​actions/core to 3.0.0 and @​actions/glob to 0.6.1 (#47)
  • 0c78683 Bump @​vercel/ncc from 0.36.1 to 0.38.4 (#53)
  • 2c435de Update package version from 0.7.0 to 0.8.0 (#48)
  • b2d87e0 Bump prettier from 2.8.4 to 3.8.2 (#51)
  • 96fadef Bump fast-xml-parser from 5.5.7 to 5.5.11 (#50)
  • 90a5398 Fix vulnerabilities and add Dependabot for npm and github actions (#46)
  • 0841ca7 Fix vulnerabilities with npm audix fix (#45)
  • 1f34a02 Update to Node 24 (#44)
  • See full diff 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 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 [pmeier/pytest-results-action](https://github.com/pmeier/pytest-results-action) from 0.7.2 to 0.9.0.
- [Release notes](https://github.com/pmeier/pytest-results-action/releases)
- [Commits](pmeier/pytest-results-action@20b5957...fdc7f18)

---
updated-dependencies:
- dependency-name: pmeier/pytest-results-action
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Usage: [Issues, PRs], Target: dependencies in the project github_actions Pull requests that update GitHub Actions code labels Aug 9, 2026
Copilot AI balanced review requested due to automatic review settings August 9, 2026 14:33
@dependabot dependabot Bot added dependencies Usage: [Issues, PRs], Target: dependencies in the project github_actions Pull requests that update GitHub Actions code labels Aug 9, 2026
@dependabot
dependabot Bot temporarily deployed to github-app-auth August 9, 2026 14:33 Inactive
@dependabot
dependabot Bot temporarily deployed to github-app-auth August 9, 2026 14:33 Inactive

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the GitHub Actions workflows to use a newer pinned revision of pmeier/pytest-results-action for surfacing pytest results.

Changes:

  • Bump pmeier/pytest-results-action from pinned v0.7.2 commit to pinned v0.9.0 commit in Python CI workflows.
  • Apply the same action revision consistently across merge/lab/test workflows.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/python-tests.yml Updates pytest results action pin to the newer revision.
.github/workflows/python-merge-tests.yml Updates multiple occurrences of the pytest results action pin across merge test jobs.
.github/workflows/python-lab-tests.yml Updates pytest results action pin for lab test result surfacing.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

- name: Surface failing tests
if: always()
uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2
uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0
Comment on lines 125 to 129
- name: Surface failing tests
if: always()
uses: pmeier/pytest-results-action@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2
uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0
with:
path: ./python/pytest.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Usage: [Issues, PRs], Target: dependencies in the project github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant