Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions-dependencies group with 3 updates: step-security/harden-runner, python-semantic-release/python-semantic-release and python-semantic-release/publish-action.

Updates step-security/harden-runner from 2.12.1 to 2.12.2

Release notes

Sourced from step-security/harden-runner's releases.

v2.12.2

What's Changed

Added HTTPS Monitoring for additional destinations - *.githubusercontent.com Bug fixes:

  • Implicitly allow local multicast, local unicast and broadcast IP addresses in block mode
  • Increased policy map size for block mode

Full Changelog: step-security/harden-runner@v2...v2.12.2

Commits

Updates python-semantic-release/python-semantic-release from 10.1.0 to 10.2.0

Release notes

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

v10.2.0 (2025-06-29)

This release is published under the MIT License.

✨ Features

  • cmd-version: Adds PACKAGE_NAME value into build command environment (db9bc13)

📖 Documentation

  • configuration: Update build command environment definition to include PACKAGE_NAME variable (4aa3805)

  • uv-integration: Fix configuration guide for uv usage to ensure lock file update (5390145)

✅ Resolved Issues

  • #1280: UV integration documentation examples do not work as intended

Detailed Changes: v10.1.0...v10.2.0


Installable artifacts are available from:

Changelog

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

.. _changelog:

========= CHANGELOG

.. _changelog-v10.2.0:

v10.2.0 (2025-06-29)

✨ Features

  • cmd-version: Adds PACKAGE_NAME value into build command environment (db9bc13_)

📖 Documentation

  • configuration: Update build command environment definition to include PACKAGE_NAME variable (4aa3805_)

  • uv-integration: Fix configuration guide for uv usage to ensure lock file update (5390145_)

.. _4aa3805: python-semantic-release/python-semantic-release@4aa3805 .. _5390145: python-semantic-release/python-semantic-release@5390145 .. _db9bc13: python-semantic-release/python-semantic-release@db9bc13

.. _changelog-v10.1.0:

v10.1.0 (2025-06-12)

✨ Features

  • cmd-version: Always stage version stamped files & changelog even with --no-commit, closes [#1211](https://github.com/python-semantic-release/python-semantic-release/issues/1211)_ (PR#1214, de62334)

📖 Documentation

  • cmd-version: Improve command description & include common uses (PR#1214, de62334)

  • configuration-guide: Add how-to guide for uv integration (PR#1214, de62334)

  • github-actions: Clarify with examples of the root_options v10 migration change (PR#1271, fbb63ec)

... (truncated)

Commits
  • 2896129 10.2.0
  • 5390145 docs(uv-integration): fix configuration guide for uv usage to ensure lock f...
  • 4aa3805 docs(configuration): update build command environment definition to include `...
  • db9bc13 feat(cmd-version): adds PACKAGE_NAME value into build command environment
  • 425c336 test(cmd-version): update build command tests to test for PACKAGE_NAME env var
  • c1fc8af ci(deps): bump mikepenz/action-junit-report@v5.6.0 action to v5.6.1 (#1278)
  • 0f8b1b3 build(deps-dev): bump mypy from 1.16.0 to 1.16.1 (#1279)
  • f2ffdc0 test(cmd-version): add post-release branch update merge repo test (#1268)
  • 64b7138 ci(deps): bump python-semantic-release/publish-action@v10.0.2 to v10.1.0
  • 11d43e7 ci(deps): bump python-semantic-release@v10.0.2 action to v10.1.0
  • Additional commits viewable in compare view

Updates python-semantic-release/publish-action from 10.1.0 to 10.2.0

Release notes

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

v10.2.0 (2025-06-29)

Build System

  • deps: Bump python-semantic-release from 10.1.0 to 10.2.0 (#70, e8661ee)

Detailed Changes: v10.1.0...v10.2.0

Commits
  • b717f67 ci(deps): bump python-semantic-release@v10.1.0 action to v10.2.0 (#71)
  • e8661ee build(deps): bump python-semantic-release from 10.1.0 to 10.2.0 (#70)
  • 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

Summary by Sourcery

Update GitHub Actions dependencies to latest patch versions for improved security and feature support.

CI:

  • Upgrade step-security/harden-runner to v2.12.2 across all workflows
  • Bump python-semantic-release action to v10.2.0 in the semantic-release workflow
  • Bump python-semantic-release/publish-action to v10.2.0 in the semantic-release workflow

Bumps the github-actions-dependencies group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [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 `step-security/harden-runner` from 2.12.1 to 2.12.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@002fdce...6c439dc)

Updates `python-semantic-release/python-semantic-release` from 10.1.0 to 10.2.0
- [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@f9e152f...2896129)

Updates `python-semantic-release/publish-action` from 10.1.0 to 10.2.0
- [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@ca88900...b717f67)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: python-semantic-release/publish-action
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-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 Jul 1, 2025
Copy link

sourcery-ai bot commented Jul 1, 2025

Reviewer's Guide

The PR updates GitHub Actions dependencies by bumping the versions of step-security/harden-runner, python-semantic-release, and python-semantic-release/publish-action across the CI workflows to their latest patch releases.

File-Level Changes

Change Details Files
Updated step-security/harden-runner version across workflows
  • Replaced v2.12.1 tag with v2.12.2 in all uses statements
.github/workflows/semantic-release.yml
.github/workflows/continuous-integration.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/scorecard.yml
Bumped python-semantic-release action in semantic-release workflow
  • Updated action reference from v10.1.0 to v10.2.0
.github/workflows/semantic-release.yml
Bumped python-semantic-release/publish-action in semantic-release workflow
  • Updated publish-action reference from v10.1.0 to v10.2.0
.github/workflows/semantic-release.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@jmgate jmgate merged commit d2837a3 into master Jul 1, 2025
12 checks passed
@jmgate jmgate deleted the dependabot/github_actions/github-actions-dependencies-387f534637 branch July 1, 2025 16:12
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.

1 participant