Skip to content

Bump the all-dependencies group with 3 updates#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-e29d141d20
Open

Bump the all-dependencies group with 3 updates#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-e29d141d20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown

Bumps the all-dependencies group with 3 updates: actions/checkout, mshick/add-pr-comment and softprops/action-gh-release.

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

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 mshick/add-pr-comment from 3.11.0 to 3.12.0

Release notes

Sourced from mshick/add-pr-comment's releases.

v3.12.0

3.12.0 (2026-06-19)

Features

  • support minimizing (hiding) comments (#201) (6a876db)

Bug Fixes

  • handle delete-on-status in proxy comment path (#199) (4361959)
Changelog

Sourced from mshick/add-pr-comment's changelog.

Changelog

3.12.0 (2026-06-19)

Features

  • support minimizing (hiding) comments (#201) (6a876db)

Bug Fixes

  • handle delete-on-status in proxy comment path (#199) (4361959)

3.11.0 (2026-04-23)

Features

  • add NOW template variable with configurable date format (#193) (87fe9ef)

3.10.1 (2026-04-23)

Bug Fixes

  • skip comment creation when deleteOnStatus matches status (#187) (f160eba)

3.10.0 (2026-04-02)

Features

  • add truncate-separator input and markdown termination (#184) (6bd445f)

3.9.1 (2026-03-31)

Bug Fixes

3.9.0 (2026-03-14)

Features

  • add library exports for programmatic usage (#169) (277cebd)

3.8.0 (2026-03-14)

... (truncated)

Commits
  • ec328af chore(main): release 3.12.0 (#200)
  • 6a876db feat: support minimizing (hiding) comments (#201)
  • 4361959 fix: handle delete-on-status in proxy comment path (#199)
  • dbaea9f chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#...
  • 3f6e586 chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn gr...
  • See full diff in compare view

Updates softprops/action-gh-release from 3.0.0 to 3.0.1

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.1

3.0.1

  • maintenance release with updated dependencies
Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.1

  • maintenance release with updated dependencies

3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

2.6.2

What's Changed

Other Changes 🔄

2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is set. It fixes [#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

... (truncated)

Commits
  • 718ea10 release 3.0.1
  • f1a938b chore(deps): bump esbuild from 0.28.0 to 0.28.1 (#802)
  • 0066ead chore(deps): bump vite from 8.0.14 to 8.0.16 (#806)
  • dc643ca chore(deps): bump the npm group with 3 updates (#805)
  • 85ee99b chore(deps): bump actions/checkout in the github-actions group (#804)
  • 9ed3cf9 chore(deps): bump the npm group with 2 updates (#800)
  • 3efcac8 chore(deps): bump the npm group with 3 updates (#798)
  • 05d6b91 chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#797)
  • 403a524 chore(deps): bump @​types/node from 24.12.2 to 24.12.3 in the npm group (#796)
  • 437e073 chore(deps): bump the npm group with 4 updates (#792)
  • Additional commits viewable 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 all-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [mshick/add-pr-comment](https://github.com/mshick/add-pr-comment) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


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

Updates `mshick/add-pr-comment` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/mshick/add-pr-comment/releases)
- [Changelog](https://github.com/mshick/add-pr-comment/blob/main/CHANGELOG.md)
- [Commits](mshick/add-pr-comment@8e49278...ec328af)

Updates `softprops/action-gh-release` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@b430933...718ea10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: mshick/add-pr-comment
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 Jun 20, 2026
@github-actions

Copy link
Copy Markdown

Coverage

Coverage Report
FileStmtsMissCoverMissing
packages/certora_login/tests
   conftest.py513629%7–11, 13–14, 16–17, 19, 22–23, 25–27, 29–30, 34–37, 39–40, 53–54, 62–63, 66–67, 69, 71, 75, 78–79, 81, 90
packagespackages/certora_login/src/certora_login
   __init__.py12558%19–23
   _version.py110100% 
   constants.py30100% 
   credentials.py540100% 
   exceptions.py30100% 
   login_flow.py153696%208, 323, 359–360, 608–609
   models.py110100% 
   settings.py60100% 
   url_opener.py38684%24, 40–42, 139–140
src/certora_cloud
   __init__.py20100% 
   __main__.py110%7
   _version.py110100% 
   exceptions.py770%8, 12, 16, 20, 24, 28, 32
   log.py37370%7–10, 12–16, 22, 29, 37, 53, 60–61, 63, 65, 67–68, 79–80, 82–88, 93–94, 99–101, 107, 109–110, 116
   settings.py50500%7–8, 10, 15–16, 18–19, 21, 24, 27, 30, 32–36, 38–40, 42, 44–45, 47, 49–52, 54–55, 57, 60, 63, 69–70, 72, 74, 76–77, 84–94, 97
   utils.py330%7, 10, 12
src/certora_cloud/api
   __init__.py00100% 
   cookies.py23230%7, 9, 12, 19, 21, 23–27, 39, 47, 49, 51, 53–60, 62
   http_client.py47470%7–9, 11–13, 15–17, 25–26, 29, 32–33, 35, 37, 39–40, 42–43, 46–47, 50–51, 54–55, 57, 59–60, 62–63, 67–69, 71, 75–77, 79–81, 83, 86, 92–93, 96, 99
   job.py94940%7–11, 13–14, 22, 24–27, 29–31, 33, 36, 38, 41, 45, 51–52, 54–57, 59, 62, 72, 74–76, 88, 108–119, 122–124, 127, 129–136, 139, 141, 143, 145–146, 148, 150, 153, 155–156, 158, 161–171, 174, 176, 178, 180, 183–188, 190–193, 195
   models.py880%14, 16, 19, 22–26
   utils.py61610%7–10, 12–15, 17–19, 21, 24–25, 28, 31, 34, 39–40, 42–45, 47–48, 50, 53, 85–86, 90–93, 98–99, 101–102, 108–111, 117–118, 120, 122, 124, 126, 132, 136–138, 143, 145, 152–156, 158, 163, 167
src/certora_cloud/aws
   __init__.py00100% 
   s3.py31310%7–9, 11, 16, 19–21, 23–24, 26–28, 31, 38, 40–45, 47, 50, 59, 61–66, 68
src/certora_cloud/cli
   __init__.py220%7, 9
   commands.py93930%7–10, 12–14, 16–20, 22–23, 25, 29, 32, 35, 37–39, 41–47, 51–52, 58, 62, 64–65, 69, 72, 80–84, 87, 90–94, 105–106, 108, 116, 119–121, 130, 138, 145, 147–148, 150, 152–153, 155–156, 159–161, 170, 172, 174–175, 177, 179–187, 189–190, 192–194, 200–201, 204, 213–215, 217
   job.py99990%7–11, 13–15, 17–18, 20, 22, 25–26, 30, 34, 41–67, 70–74, 76, 79, 82, 95–98, 100–102, 104, 106, 108, 111–115, 117, 120–125, 140, 147, 154, 161, 169, 180–181, 193–197, 203–204, 207–211, 218, 225–230
   options.py56560%7–10, 12–13, 15–17, 19, 22, 25, 34, 41, 49, 55, 63–64, 73–81, 83, 90, 92, 94, 97, 100, 109–110, 115–116, 118, 121, 124, 130, 136, 143, 150, 156–157, 166, 176, 179, 182, 190–194, 196
TOTAL96766531% 

Tests Skipped Failures Errors Time
42 0 💤 0 ❌ 0 🔥 2.117s ⏱️

@github-actions

Copy link
Copy Markdown

uv audit

Vulnerabilities:

aiohttp 3.14.0 has 8 known vulnerabilities:

cryptography 48.0.0 has 1 known vulnerability:

pydantic-settings 2.14.1 has 1 known vulnerability:

  • GHSA-4xgf-cpjx-pc3j: pydantic-settings: NestedSecretsSettingsSource follows symlinks outside secrets_dir, enabling local file read and bypassing secrets_dir_max_size

    Fixed in: 2.14.2

    Advisory information: GHSA-4xgf-cpjx-pc3j

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