Skip to content

chore(ci): bump the github-actions group with 6 updates#32

Merged
bdraco merged 2 commits intomainfrom
dependabot/github_actions/github-actions-764f846aca
Feb 22, 2025
Merged

chore(ci): bump the github-actions group with 6 updates#32
bdraco merged 2 commits intomainfrom
dependabot/github_actions/github-actions-764f846aca

Conversation

@dependabot
Copy link
Contributor

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

Bumps the github-actions group with 6 updates:

Package From To
pre-commit/action 3.0.0 3.0.1
wagoid/commitlint-github-action 5.4.5 6.2.1
snok/install-poetry 1.3.4 1.4.1
codecov/codecov-action 3 5
python-semantic-release/python-semantic-release 8.7.2 9.20.0
tiangolo/issue-manager 0.4.1 0.5.1

Updates pre-commit/action from 3.0.0 to 3.0.1

Release notes

Sourced from pre-commit/action's releases.

pre-commit/action@v3.0.1

Misc

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 5.4.5 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 snok/install-poetry from 1.3.4 to 1.4.1

Release notes

Sourced from snok/install-poetry's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: snok/install-poetry@v1...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: snok/install-poetry@v1...v1.4.0

Commits
  • 76e04a9 Use python3 instead of python
  • 972a0e7 docs: Fix trailing whitespace
  • 929c2d5 Improve cache Poetry install instructions
  • d80b6da chore: Disable shellcheck via actionlint
  • ee581f3 chore: Correct python version to fix test matrix
  • 98e97e2 feat: support with plugins
  • 0a8188c Remove curl dependency (#153)
  • a7f4164 chore: Update dependencies and add pre-commit hook
  • 9849dc5 Add virtualenvs-path to the Install Poetry step
  • 4e96961 chore(deps): bump actions/cache from 3 to 4
  • 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 8.7.2 to 9.20.0

Release notes

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

v9.20.0 (2025-02-17)

This release is published under the MIT License.

✨ Features

  • cmd-version: Enable stamping of tag formatted versions into files (PR#1190, 8906d8e)

  • cmd-version: Extend version_variables to stamp versions with @ symbol separator (PR#1185, 23f69b6)

📖 Documentation

  • configuration: Add usage information for tag format version stamping (PR#1190, 8906d8e)

  • configuration: Clarify version_variables config description & @ separator usage (PR#1185, 23f69b6)

⚙️ Build System

  • deps: Add deprecated~=1.2 for deprecation notices & sphinx documentation (PR#1190, 8906d8e)

✅ Resolved Issues

  • #846: Updating version_variables that follow tag_format

  • #1156: Add @ to allowed separators of version_variables


Detailed Changes: v9.19.1...v9.20.0


Installable artifacts are available from:

v9.19.1 (2025-02-11)

This release is published under the MIT License.

🪲 Bug Fixes

  • changelog: Standardize heading format for across all version sections (PR#1182, 81f9e80)

  • changelog-md: Standardize heading format for extra release information (PR#1182, 81f9e80)

  • changelog-rst: Standardize heading format for extra release information (PR#1182, 81f9e80)

... (truncated)

Changelog

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

v9.20.0 (2025-02-17)

✨ Features

  • cmd-version: Enable stamping of tag formatted versions into files, closes [#846](https://github.com/python-semantic-release/python-semantic-release/issues/846)_ (PR#1190, 8906d8e)

  • cmd-version: Extend version_variables to stamp versions with @ symbol separator, closes [#1156](https://github.com/python-semantic-release/python-semantic-release/issues/1156)_ (PR#1185, 23f69b6)

📖 Documentation

  • configuration: Add usage information for tag format version stamping (PR#1190, 8906d8e)

  • configuration: Clarify version_variables config description & @ separator usage (PR#1185, 23f69b6)

⚙️ Build System

  • deps: Add deprecated~=1.2 for deprecation notices & sphinx documentation (PR#1190, 8906d8e)

.. _#1156: python-semantic-release/python-semantic-release#1156 .. _#846: python-semantic-release/python-semantic-release#846 .. _23f69b6: python-semantic-release/python-semantic-release@23f69b6 .. _8906d8e: python-semantic-release/python-semantic-release@8906d8e .. _PR#1185: python-semantic-release/python-semantic-release#1185 .. _PR#1190: python-semantic-release/python-semantic-release#1190

.. _changelog-v9.19.1:

v9.19.1 (2025-02-11)

🪲 Bug Fixes

  • changelog: Standardize heading format for across all version sections (PR#1182, 81f9e80)

  • changelog-md: Standardize heading format for extra release information (PR#1182, 81f9e80)

  • changelog-rst: Standardize heading format for extra release information (PR#1182, 81f9e80)

... (truncated)

Commits
  • 3b74663 9.20.0
  • 23f69b6 feat(cmd-version): extend version_variables to stamp versions with @ symb...
  • 8906d8e feat(cmd-version): enable stamping of tag formatted versions into files (#1190)
  • 84b203f test(main): use easiest & common repo for non-comprehensive tests
  • 0363ea3 test(cmd-version): fix release notes test implementation to avoid date change...
  • a900b2b ci(tests-e2e): mark long running tests to prevent windows execution
  • eccdb59 ci(deps): bump python-semantic-release/publish-action@v9.19.0 to 9.19.1 (#1...
  • 0a6013c 9.19.1
  • 81f9e80 fix(changelog): standardize heading format for across all version sections (#...
  • 903c8ba fix(config): handle invalid commit_parser type gracefully (#1180)
  • Additional commits viewable in compare view

Updates tiangolo/issue-manager from 0.4.1 to 0.5.1

Release notes

Sourced from tiangolo/issue-manager's releases.

0.5.1

Features

  • ⚡️ Improve speed (from 23 seconds to 3 seconds) by using Docker underneath. PR #33 by @​tiangolo.

Fixes

  • 🐛 Fix Docker deploy on branch master (not main). PR #34 by @​tiangolo.

Docs

  • 📝 Update docs and include permissions for pull-request: write. PR #29 by @​tiangolo.
  • 📝 Update docs about token permissions. PR #27 by @​tiangolo.

Internal

  • 👷 Update issue-manager.yml. PR #32 by @​tiangolo.
  • 👷 Update latest-changes GitHub Action. PR #28 by @​tiangolo.
  • 👷 Update issue-manager.yml GitHub Action permissions. PR #26 by @​tiangolo.
  • 🔧 Add GitHub templates for discussions and issues, and security policy. PR #22 by @​alejsdev.

0.5.0

Features

  • ✨ Add first-class support for PRs, including reviews, review comments. PR #20 by @​tiangolo.
Commits
  • f94f76c 🔖 Release version 0.5.1
  • d1f15b4 📝 Update release notes
  • 4ddbe7e 📝 Update release notes
  • b17456a 🐛 Fix Docker deploy on branch master (not main) (#34)
  • 889360b 📝 Update release notes
  • f483f1a ⚡️ Improve speed by using Docker underneath (#33)
  • 918ef3d 📝 Update release notes
  • f0b5fcb 👷 Update issue-manager.yml (#32)
  • c0fced5 📝 Update release notes
  • 308000e 📝 Update docs and include permissions for pull-request: write (#29)
  • 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` |
| [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) | `5.4.5` | `6.2.1` |
| [snok/install-poetry](https://github.com/snok/install-poetry) | `1.3.4` | `1.4.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) | `8.7.2` | `9.20.0` |
| [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) | `0.4.1` | `0.5.1` |


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

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

Updates `snok/install-poetry` from 1.3.4 to 1.4.1
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](snok/install-poetry@v1.3.4...v1.4.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 8.7.2 to 9.20.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@v8.7.2...v9.20.0)

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

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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 Pull requests that update GitHub Actions code labels Feb 22, 2025
@codecov
Copy link

codecov bot commented Feb 22, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@bdraco bdraco merged commit 28a40ee into main Feb 22, 2025
20 of 21 checks passed
@bdraco bdraco deleted the dependabot/github_actions/github-actions-764f846aca branch February 22, 2025 17:06
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