Skip to content

Bump the minor-and-patch group across 1 directory with 2 updates - #43

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/minor-and-patch-573640b286
Open

Bump the minor-and-patch group across 1 directory with 2 updates#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/minor-and-patch-573640b286

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 2 updates in the / directory: actions/checkout and MishaKav/pytest-coverage-comment.

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates MishaKav/pytest-coverage-comment from 1.7.2 to 1.10.0

Release notes

Sourced from MishaKav/pytest-coverage-comment's releases.

v1.10.0

What's Changed

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Full Changelog: MishaKav/pytest-coverage-comment@v1.9.0...v1.10.0

v1.9.0

What's Changed

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.8.0...v1.9.0

v1.8.0

What's Changed

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Full Changelog: MishaKav/pytest-coverage-comment@v1.7.3...v1.8.0

v1.7.3

What's Changed

Full Changelog: MishaKav/pytest-coverage-comment@v1...v1.7.3

Changelog

Sourced from MishaKav/pytest-coverage-comment's changelog.

Changelog of the Pytest Coverage Comment

Pytest Coverage Comment 1.10.0

Release Date: 2026-07-05

Changes

  • add support for parsing the JSON coverage report from coverage json via the new pytest-json-coverage-path input, including branch coverage and partial-branch arrows (line->target, line->exit) that match coverage report -m (#286)

Pytest Coverage Comment 1.9.0

Release Date: 2026-07-04

Changes

  • fix the Coverage percentage when branch coverage is enabled — it now combines statement and branch coverage and rounds the same way coverage report does, instead of showing 100% when branches are only partially covered (#284), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.8.0

Release Date: 2026-06-27

Changes

  • show partially-covered branches as line->target arrows in the Missing column when parsing XML coverage (pytest-xml-coverage-path), matching the output of coverage report --show-missing (#274), thanks to @​mschoettle for contribution

Pytest Coverage Comment 1.7.3

Release Date: 2026-06-27

Changes

  • bump @vercel/ncc 0.38.4 → 0.44.0 (Node 24/26 + TypeScript 6 support)
  • bump dev dependencies: @types/node 26.0.1, vitest 4.1.9, eslint 10.6.0, typescript-eslint 8.62.0, prettier 3.8.5

Pytest Coverage Comment 1.7.2

Release Date: 2026-04-18

Changes

  • bump dev dependencies: typescript 6.0.3, vitest 4.1.4, eslint 10.2.1, typescript-eslint 8.58.2

Pytest Coverage Comment 1.7.1

Release Date: 2026-03-14

Changes

  • fix 5 security vulnerabilities in undici (6.23.0 → 6.24.1) (#260)

... (truncated)

Commits
  • fd9adbd feat: add coverage.py JSON report support (pytest-json-coverage-path) (#286)
  • 4a4889e fix: correct coverage percentage when branch coverage is enabled (#285)
  • a15368f Bump the npm-development group with 3 updates (#281)
  • fc9dc0f Bump actions/cache from 5 to 6 (#280)
  • 839593b Bump actions/checkout from 6 to 7 (#279)
  • e48ae95 Show partial branches as arrows in the Missing column for XML coverage (#274)...
  • 810a628 Bump @​vercel/ncc to 0.44.0 and dev dependencies (#275)
  • a017082 Add update-v1-tag script to package.json [skip ci]
  • See full diff in compare view

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 <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 minor-and-patch group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [MishaKav/pytest-coverage-comment](https://github.com/mishakav/pytest-coverage-comment).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `MishaKav/pytest-coverage-comment` from 1.7.2 to 1.10.0
- [Release notes](https://github.com/mishakav/pytest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/pytest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/pytest-coverage-comment@dd5b80b...fd9adbd)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: MishaKav/pytest-coverage-comment
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: appsec. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from a team as a code owner July 22, 2026 04:22
@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissCoverMissing
github-secrets-manager.py1858585 54%
setup.py151515 0%
test_github_secrets_manager.py620100% 
TOTAL26210062% 

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 0.370s ⏱️

@diff-vader-bot diff-vader-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Risk: LOW — no substantive findings

✅ Diff Vader · Approved

Council reviewed 2 files · 12 reviewers · 0 findings · $0.61

  • ✅ blast‑radius
  • ✅ correctness
  • ✅ cost
  • ✅ github‑actions
  • ❓ iacskipped: filter: not applicable to changed files
  • ❓ migration‑safetyskipped: filter: not applicable to changed files
  • ✅ performance
  • ✅ revertibility
  • ✅ security‑tenant‑isolation
  • ❓ supply‑chainskipped: filter: not applicable to changed files
  • ✅ supportability
  • ✅ test‑adequacy

Why: All approval gates passed.

💡 /diff-vader-review <name> adds a one-shot reviewer. Beyond this PR's council, you can request: backup-correctness, loop-design-system.


steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

pr-reviewer-github-actions — confidence 85% (advisory)

actions/checkout@3d3c42e (v7.0.1) was committed ~105 hours ago, below the 168-hour vetting threshold. However, this is a Dependabot-generated bump of a trusted publisher action (actions/checkout), and Dependabot verifies SHAs before proposing them. Treating as advisory only.

React with 👍 / 👎 / 😕 to help us calibrate — why.


- name: Comment coverage
uses: MishaKav/pytest-coverage-comment@dd5b80bde6d16941f336518e92929e89069d8451 # v1.7.2
uses: MishaKav/pytest-coverage-comment@fd9adbdca9fdfbe2b9bfa44a7340e6a83346ce6c # v1.10.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

pr-reviewer-github-actions — confidence 85% (advisory)

MishaKav/pytest-coverage-comment is not on the trusted publisher allowlist. The SHA fd9adbdca9fdfbe2b9bfa44a7340e6a83346ce6c corresponds to v1.10.0 and is proposed by Dependabot, which verifies SHAs before bumping. No OSV advisory found. Flagging as advisory: confirm this action is intentionally used from an untrusted publisher.

React with 👍 / 👎 / 😕 to help us calibrate — why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant