Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2025

Bumps python-semantic-release/publish-action from 9 to 10.

Release notes

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

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)

Detailed Changes: v9.21.0...v9.21.1

v9.21.0 (2025-02-23)

Build System

  • deps: Bump python-semantic-release from 9.20.0 to 9.21.0 (#51, 9747ce2)

Detailed Changes: v9.20.0...v9.21.0

v9.20.0 (2025-02-17)

Build System

  • deps: Bump python-semantic-release from 9.19.1 to 9.20.0 (#48, 1fbf036)

... (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)
  • 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 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 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 [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) from 9 to 10.
- [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...v10)

---
updated-dependencies:
- dependency-name: python-semantic-release/publish-action
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label May 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 31, 2025 02:02
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck merged commit 1e7b373 into main Jun 2, 2025
32 checks passed
@jkowalleck jkowalleck deleted the dependabot/github_actions/python-semantic-release/publish-action-10 branch June 2, 2025 07:21
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dec9b88) 1118 1081 96.69%
Head commit (cdfd6a2) 1118 (+0) 1081 (+0) 96.69% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#904) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

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

Labels

dependencies topic: modify/update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants