ci: bump the github-actions group with 2 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by codejedi365
dependencies dependabot
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.1 to 10.0.0
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
v10.0.0 (2025-05-25)
This release is published under the MIT License.
✨ 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
)🪲 Bug Fixes
changelog-md: Change to 1-line descriptions in markdown template (
e7ac155
)changelog-rst: Change to 1-line descriptions in the default ReStructuredText template (
731466f
)cli: Adjust verbosity parameter to enable silly-level logging (
bd3e7bf
)github-action: Resolve command injection vulnerability in action script (
fb3da27
)parser-conventional: Remove breaking change footer messages from commit descriptions (
b271cbb
)parser-conventional: Remove issue footer messages from commit descriptions (
b1bb0e5
)parser-conventional: Remove PR/MR references from commit subject line (
eed63fa
)parser-conventional: Remove release notice footer messages from commit descriptions (
7e8dc13
)parser-emoji: Remove issue footer messages from commit descriptions (
b757603
)parser-emoji: Remove PR/MR references from commit subject line (
16465f1
)parser-emoji: Remove release notice footer messages from commit descriptions (
b6307cb
)parser-scipy: Remove issue footer messages from commit descriptions (
3cfee76
)parser-scipy: Remove PR/MR references from commit subject line (
da4140f
)parser-scipy: Remove release notice footer messages from commit descriptions (
58308e3
)
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
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
_)🪲 Bug Fixes
changelog-md: Change to 1-line descriptions in markdown template, closes
[#733](https://github.com/python-semantic-release/python-semantic-release/issues/733)
_ (e7ac155
_)changelog-rst: Change to 1-line descriptions in the default ReStructuredText template, closes
[#733](https://github.com/python-semantic-release/python-semantic-release/issues/733)
_ (731466f
_)cli: Adjust verbosity parameter to enable silly-level logging (
bd3e7bf
_)github-action: Resolve command injection vulnerability in action script (
fb3da27
_)parser-conventional: Remove breaking change footer messages from commit descriptions (
b271cbb
_)parser-conventional: Remove issue footer messages from commit descriptions (
b1bb0e5
_)parser-conventional: Remove PR/MR references from commit subject line (
eed63fa
_)parser-conventional: Remove release notice footer messages from commit descriptions (
7e8dc13
_)parser-emoji: Remove issue footer messages from commit descriptions (
b757603
_)parser-emoji: Remove PR/MR references from commit subject line (
16465f1
_)parser-emoji: Remove release notice footer messages from commit descriptions (
b6307cb
_)parser-scipy: Remove issue footer messages from commit descriptions (
3cfee76
_)
... (truncated)
Commits
092ace2
10.0.07338fcf
Revert "10.0.0"e06ee28
10.0.0bca5198
chore(scripts): update doc script for new doc file locationsbd3e7bf
fix(cli): adjust verbosity parameter to enable silly-level logging8d7b4c0
test(cmd-version): update changelog test case for handling issue closure footers58d4e7f
test(fixtures): update repo fixtures to include at least one issue closure re...4e52f4b
docs: refactor documentation page navigation4ea92ec
docs(upgrading-v10): added migration guide for v9 to v108bed5bc
docs(contributing): refactor contributing & contributors layout- Additional commits viewable in compare view
Updates python-semantic-release/publish-action
from 9.21.1 to 10.0.0
Release notes
Sourced from python-semantic-release/publish-action's releases.
v10.0.0 (2025-05-25)
Bug Fixes
Build System
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 theroot_options
parameter string. To eliminate the vulnerability, each relevant option that can be provided tosemantic-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 theroot_options
parameter.Resolved Issues
- #55: bug: command injection through GH action inputs
Detailed Changes: v9.21.1...v10.0.0
Commits
d62706c
ci(release): updatepython-semantic-release
action params after upgradeb0deb1f
chore(config): change "angular" to "conventional" insemantic-release
parse...791cf60
ci(deps): bumppython-semantic-release@v9.21.1
action tov10.0.0
(#58)155d667
build(deps): bumppython-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): bumpdocker/build-push-action@v6.16.0
action tov6.17.0
(#57)- 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 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
Pull Request Statistics
2
2
+5
-5
Package Dependencies
actions
9.21.1 → 10.0.0
Major
actions
9.21.1 → 10.0.0
Major
Technical Details
ID: | 630880 |
UUID: | 2542316702 |
Node ID: | PR_kwDOAl7G5M6XiKye |
Host: | GitHub |
Repository: | python-semantic-release/python-semantic-release |
Merge State: | Unknown |