Skip to content

chore(ci): bump the github-actions group with 2 updates #65

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the github-actions group with 2 updates: python-semantic-release/python-semantic-release and python-semantic-release/publish-action.

Updates python-semantic-release/python-semantic-release from 9.21.0 to 10.0.2

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v10.0.2 (2025-05-26)

This release is published under the MIT License.

🪲 Bug Fixes

  • github-actions: Add filesystem UID/GID fixer after action workspace modification (PR#1262, 93e23c8)

Detailed Changes: v10.0.1...v10.0.2


Installable artifacts are available from:

v10.0.1 (2025-05-25)

This release is published under the MIT License.

🪲 Bug Fixes

  • github-actions: Bump the github-actions dependency to v10.0.0 (PR#1255, 2803676)

✅ Resolved Issues

  • #1257: bug: github action v10.0.0 is still running PSR v9.21.1

Detailed Changes: v10.0.0...v10.0.1


Installable artifacts are available from:

v10.0.0 (2025-05-25)

This release is published under the MIT License.

✨ Features

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v10.0.2 (2025-05-26)

🪲 Bug Fixes

  • github-actions: Add filesystem UID/GID fixer after action workspace modification (PR#1262, 93e23c8)

.. _93e23c8: python-semantic-release/python-semantic-release@93e23c8 .. _PR#1262: python-semantic-release/python-semantic-release#1262

.. _changelog-v10.0.1:

v10.0.1 (2025-05-25)

🪲 Bug Fixes

  • github-actions: Bump the github-actions dependency to v10.0.0 (PR#1255, 2803676)

.. _2803676: python-semantic-release/python-semantic-release@2803676 .. _PR#1255: python-semantic-release/python-semantic-release#1255

.. _changelog-v10.0.0:

v10.0.0 (2025-05-25)

✨ Features

  • cmd-version: Enable version_variables version stamp of vars with double-equals (PR#1244, 080e4bc)

  • parser-conventional: Set parser to evaluate all squashed commits by default (6fcdc99_)

  • parser-conventional: Set parser to ignore merge commits by default (59bf084_)

  • parser-emoji: Set parser to evaluate all squashed commits by default (514a922_)

  • parser-emoji: Set parser to ignore merge commits by default (8a51525_)

  • parser-scipy: Set parser to evaluate all squashed commits by default (634fffe_)

  • parser-scipy: Set parser to ignore merge commits by default (d4f128e_)

... (truncated)

Commits
  • 1a32400 10.0.2
  • 93e23c8 fix(github-actions): add filesystem UID/GID fixer after action workspace modi...
  • 109b8bd ci(deps): bump python-semantic-release/publish-action@v10.0.0 to v10.0.1
  • ffb2976 ci(deps): bump python-semantic-release@v10.0.0 action to v10.0.1
  • 917a2c7 10.0.1
  • f928991 ci(release): add filesystem check post psr action to detect error
  • 74f7260 ci(deps): force python-semantic-release action to have v10.0.0
  • 3b7b821 Revert "10.0.1"
  • b15f3cb 10.0.1
  • d099c20 test(fixtures): always run e2e tests in very verbose mode for test failure de...
  • Additional commits viewable in compare view

Updates python-semantic-release/publish-action from 9.21.0 to 10.0.2

Release notes

Sourced from python-semantic-release/publish-action's releases.

v10.0.2 (2025-05-26)

Build System

  • deps: Bump python-semantic-release from 10.0.1 to 10.0.2 (#63, 7198fce)

Detailed Changes: v10.0.1...v10.0.2

v10.0.1 (2025-05-25)

Build System

  • deps: Bump python-semantic-release from 10.0.0 to 10.0.1 (#60, c62a2bc)

Detailed Changes: v10.0.0...v10.0.1

v10.0.0 (2025-05-25)

Bug Fixes

  • github-action: Resolve command injection vulnerability in action script (#56, 1863c50)

Build System

  • deps: Bump python-semantic-release from 9.21.1 to 10.0.0 (#59, 155d667)

Breaking Changes

  • github-action: The root_options action input parameter has been removed because it created a command injection vulnerability for arbitrary code to execute within the container context of the GitHub action if a command injection code was provided as part of the root_options parameter string. To eliminate the vulnerability, each relevant option that can be provided to semantic-release has been individually added as its own parameter and will be processed individually to prevent command injection. Please review our Github Actions Configuration page on the Python Semantic Release Documentation website to review the newly available configuration options that replace the root_options parameter.

Resolved Issues

  • #55: bug: command injection through GH action inputs

Detailed Changes: v9.21.1...v10.0.0

v9.21.1 (2025-05-05)

Build System

  • deps: Bump python-semantic-release from 9.21.0 to 9.21.1 (#53, 48d162b)

... (truncated)

Commits
  • e5e3010 ci(deps): bump python-semantic-release@v10.0.1 action to v10.0.2 (#62)
  • 7198fce build(deps): bump python-semantic-release from 10.0.1 to 10.0.2 (#63)
  • d3a9934 ci(deps): bump python-semantic-release@v10.0.0 action to v10.0.1 (#61)
  • c62a2bc build(deps): bump python-semantic-release from 10.0.0 to 10.0.1 (#60)
  • d62706c ci(release): update python-semantic-release action params after upgrade
  • b0deb1f chore(config): change "angular" to "conventional" in semantic-release parse...
  • 791cf60 ci(deps): bump python-semantic-release@v9.21.1 action to v10.0.0 (#58)
  • 155d667 build(deps): bump python-semantic-release from 9.21.1 to 10.0.0 (#59)
  • 1863c50 fix(github-action)!: resolve command injection vulnerability in action script...
  • 799ce25 ci(deps): bump docker/build-push-action@v6.16.0 action to v6.17.0 (#57)
  • 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 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: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action).


Updates `python-semantic-release/python-semantic-release` from 9.21.0 to 10.0.2
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v9.21.0...v10.0.2)

Updates `python-semantic-release/publish-action` from 9.21.0 to 10.0.2
- [Release notes](https://github.com/python-semantic-release/publish-action/releases)
- [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml)
- [Commits](python-semantic-release/publish-action@v9.21.0...v10.0.2)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: python-semantic-release/publish-action
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Update of github actions labels Jun 1, 2025
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.50%. Comparing base (f8dd896) to head (5963188).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #65   +/-   ##
=======================================
  Coverage   87.50%   87.50%           
=======================================
  Files           2        2           
  Lines         112      112           
  Branches       23       23           
=======================================
  Hits           98       98           
  Misses          6        6           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 Update of github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants