Skip to content
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

chore(ci): bump the github-actions group with 8 updates #51

Merged
merged 4 commits into from
Feb 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the github-actions group with 8 updates:

Package From To
actions/checkout 3 4
actions/setup-python 3 5
pre-commit/action 2.0.3 3.0.1
wagoid/commitlint-github-action 4.1.11 6.2.1
codecov/codecov-action 3 5
python-semantic-release/python-semantic-release 7.34.6 9.17.0
browniebroke/hacktoberfest-labeler-action 2.2.0 2.3.0
tiangolo/issue-manager 0.4.0 0.5.1

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates actions/setup-python from 3 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

v4.7.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.7.1

v4.7.0

In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).

      - name: Setup Python
        uses: actions/setup-python@v4
</tr></table> 

... (truncated)

Commits

Updates pre-commit/action from 2.0.3 to 3.0.1

Release notes

Sourced from pre-commit/action's releases.

pre-commit/action@v3.0.1

Misc

pre-commit/action@v3.0.0

Breaking

see README for alternatives

Commits
  • 2c7b380 v3.0.1
  • 8e2deeb Merge pull request #190 from SukiCZ/upgrade-action/cache-v4
  • 0dbc303 Upgrade action/cache to v4. Fixes: #189
  • c7d159c Merge pull request #185 from pre-commit/asottile-patch-1
  • 9dd4237 fix main badge
  • 37faf8a Merge pull request #184 from pre-commit/pre-commit-ci-update-config
  • 049686e [pre-commit.ci] pre-commit autoupdate
  • 5f528da move back to maintenance-only
  • efd3bcf Merge pull request #170 from pre-commit/pre-commit-ci-update-config
  • df308c7 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates wagoid/commitlint-github-action from 4.1.11 to 6.2.1

Changelog

Sourced from wagoid/commitlint-github-action's changelog.

6.2.1 (2025-01-14)

6.2.0 (2024-12-16)

Features

  • handle merge_group event - get squashed commit (#806) (ef2cd3b)

6.1.2 (2024-09-04)

Bug Fixes

  • using compareCommits for push event commit query (#801) (47ff131)

6.1.1 (2024-08-21)

6.1.0 (2024-08-20)

Features

  • updating push event trigger to use rest API (OctoKit) vs push event (70e22e9)

Bug Fixes

  • updating unit tests with mocking push octokit list commits (c3ab7fd)

6.0.2 (2024-08-05)

6.0.1 (2024-04-10)

6.0.0 (2024-03-28)

⚠ BREAKING CHANGES

  • commitlint.config.js is not supported anymore, please use .mjs extension

Features

  • upgrade to commitlint v19 (732f0ad)

5.5.1 (2024-03-28)

Bug Fixes

... (truncated)

Commits
  • b948419 chore(release): publish 6.2.1 [skip-ci]
  • ddda164 chore: readme.md update github actions versions (#808)
  • 0184f5a chore(release): publish 6.2.0 [skip-ci]
  • ef2cd3b feat: handle merge_group event - get squashed commit (#806)
  • 3d28780 chore(release): publish 6.1.2 [skip-ci]
  • 47ff131 fix: using compareCommits for push event commit query (#801)
  • a2bc521 chore(release): publish 6.1.1 [skip-ci]
  • bc25072 Merge pull request #800 from wagoid/revert-798-feat/using-rest-for-push
  • 09a8abb Revert "feat: updating push event trigger to use rest API (OctoKit) vs push e...
  • dbd4ecd chore(release): publish 6.1.0 [skip-ci]
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 3 to 5

Release notes

Sourced from codecov/codecov-action's releases.

v5.0.0

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING] The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

... (truncated)

Commits

Updates python-semantic-release/python-semantic-release from 7.34.6 to 9.17.0

Release notes

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

v9.17.0 (2025-01-26)

Features

  • changelog: Add sort_numerically filter function to template environment (#1146, 7792388)

  • changelog: Parse squashed commits individually (#1112, cf785ca)

  • config: Extend support of remote urls aliased using git insteadOf configurations (#1151, 4045037)

  • parsers: Parse squashed commits individually (#1112, cf785ca)

  • parser-angular: Apply PR/MR numbers to all parsed commits from a squash merge (#1112, cf785ca)

  • parser-angular: Upgrade angular parser to parse squashed commits individually (#1112, cf785ca)

  • parser-emoji: Add functionality to interpret scopes from gitmoji commit messages (#1112, cf785ca)

  • parser-emoji: Upgrade emoji parser to parse squashed commits individually (#1112, cf785ca)

  • version: Parse squashed commits individually (#1112, cf785ca)

Bug Fixes

  • github-action: Disable writing python bytecode in action execution (#1152, 315ae21)

Performance Improvements

  • logging: Remove irrelevant debug logging statements (#1147, f1ef4ec)

Documentation

  • changelog-templates: Add description for new sort_numerically filter function (#1146, 7792388)

  • commit-parsing: Add description for squash commit evaluation option of default parsers (#1112, cf785ca)

  • configuration: Update the commit_parser_options setting description (#1112, cf785ca)

Resolved Issues

  • #1085: Commit Parser: Add support for squash commits (BitBucket Specific)

  • #1150: Request support of git insteadOf url aliases


Detailed Changes: v9.16.1...v9.17.0


... (truncated)

Changelog

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

v9.17.0 (2025-01-26)

✨ Features

  • changelog: Add sort_numerically filter function to template environment (PR#1146, 7792388)

  • changelog: Parse squashed commits individually (PR#1112, cf785ca)

  • config: Extend support of remote urls aliased using git insteadOf configurations, closes [#1150](/~https://github.com/python-semantic-release/python-semantic-release/issues/1150)_ (PR#1151, 4045037)

  • parsers: Parse squashed commits individually (PR#1112, cf785ca)

  • parser-angular: Apply PR/MR numbers to all parsed commits from a squash merge (PR#1112, cf785ca)

  • parser-angular: Upgrade angular parser to parse squashed commits individually, closes [#1085](/~https://github.com/python-semantic-release/python-semantic-release/issues/1085)_ (PR#1112, cf785ca)

  • parser-emoji: Add functionality to interpret scopes from gitmoji commit messages (PR#1112, cf785ca)

  • parser-emoji: Upgrade emoji parser to parse squashed commits individually (PR#1112, cf785ca)

  • version: Parse squashed commits individually (PR#1112, cf785ca)

🪲 Bug Fixes

  • github-action: Disable writing python bytecode in action execution (PR#1152, 315ae21)

⚡ Performance Improvements

  • logging: Remove irrelevant debug logging statements (PR#1147, f1ef4ec)

📖 Documentation

  • changelog-templates: Add description for new sort_numerically filter function (PR#1146, 7792388)

  • commit-parsing: Add description for squash commit evaluation option of default parsers (PR#1112, cf785ca)

  • configuration: Update the commit_parser_options setting description (PR#1112_,

... (truncated)

Commits
  • cdfda70 9.17.0
  • cf785ca feat(parsers): parse squashed commits individually (#1112)
  • 4045037 feat(config): extend support of remote urls aliased using git insteadOf con...
  • abe0f9e test(cmd-changelog): add changelog validator for 4 channel git flow repo (#1153)
  • 315ae21 fix(github-action): disable writing python bytecode in action execution (#1152)
  • f1ef4ec perf(logging): remove irrelevant debug logging statements (#1147)
  • 7792388 feat(changelog): add sort_numerically filter function to template environme...
  • 7edaa90 ci(deps): bump python-semantic-release/publish-action@v9.15.2 action to 9.1...
  • d6a3be3 9.16.1
  • c4056fc fix(parser-custom): handle relative parent directory paths to module file bet...
  • Additional commits viewable in compare view

Updates browniebroke/hacktoberfest-labeler-action from 2.2.0 to 2.3.0

Release notes

Sourced from browniebroke/hacktoberfest-labeler-action's releases.

v2.3.0

Feature

  • Install deps using PEP 517 (#329) (007630a)
  • Upgrade to Python 3.11 (#304)

Fix

  • Use action from current branch (3ce2487)

Documentation

  • Update README.md to suggest forking due to GitHub's wide permission scopes (#265) (cdec691)
Changelog

Sourced from browniebroke/hacktoberfest-labeler-action's changelog.

v2.3.0 (2022-12-12)

Feature

Fix

  • Revert to Python 3.9 (1409765)
  • Use action fr...

    Description has been truncated

Bumps the github-actions group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](/~https://github.com/actions/checkout) | `3` | `4` |
| [actions/setup-python](/~https://github.com/actions/setup-python) | `3` | `5` |
| [pre-commit/action](/~https://github.com/pre-commit/action) | `2.0.3` | `3.0.1` |
| [wagoid/commitlint-github-action](/~https://github.com/wagoid/commitlint-github-action) | `4.1.11` | `6.2.1` |
| [codecov/codecov-action](/~https://github.com/codecov/codecov-action) | `3` | `5` |
| [python-semantic-release/python-semantic-release](/~https://github.com/python-semantic-release/python-semantic-release) | `7.34.6` | `9.17.0` |
| [browniebroke/hacktoberfest-labeler-action](/~https://github.com/browniebroke/hacktoberfest-labeler-action) | `2.2.0` | `2.3.0` |
| [tiangolo/issue-manager](/~https://github.com/tiangolo/issue-manager) | `0.4.0` | `0.5.1` |


Updates `actions/checkout` from 3 to 4
- [Release notes](/~https://github.com/actions/checkout/releases)
- [Changelog](/~https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

Updates `actions/setup-python` from 3 to 5
- [Release notes](/~https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v5)

Updates `pre-commit/action` from 2.0.3 to 3.0.1
- [Release notes](/~https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v2.0.3...v3.0.1)

Updates `wagoid/commitlint-github-action` from 4.1.11 to 6.2.1
- [Changelog](/~https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v4.1.11...v6.2.1)

Updates `codecov/codecov-action` from 3 to 5
- [Release notes](/~https://github.com/codecov/codecov-action/releases)
- [Changelog](/~https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v5)

Updates `python-semantic-release/python-semantic-release` from 7.34.6 to 9.17.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@v7.34.6...v9.17.0)

Updates `browniebroke/hacktoberfest-labeler-action` from 2.2.0 to 2.3.0
- [Release notes](/~https://github.com/browniebroke/hacktoberfest-labeler-action/releases)
- [Changelog](/~https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md)
- [Commits](browniebroke/hacktoberfest-labeler-action@v2.2.0...v2.3.0)

Updates `tiangolo/issue-manager` from 0.4.0 to 0.5.1
- [Release notes](/~https://github.com/tiangolo/issue-manager/releases)
- [Commits](tiangolo/issue-manager@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: browniebroke/hacktoberfest-labeler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: tiangolo/issue-manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 4, 2025
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.14%. Comparing base (b300845) to head (3ade06c).
Report is 38 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   77.14%   77.14%           
=======================================
  Files           1        1           
  Lines          35       35           
  Branches        5        3    -2     
=======================================
  Hits           27       27           
  Misses          8        8           

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

Comment on lines -52 to +53
version_toml = "pyproject.toml:project.version"
version_variable = "src/bluetooth_sensor_state_data/__init__.py:__version__"
version_toml = ["pyproject.toml:tool.poetry.version"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants