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

ci(deps): bump the github-actions group across 1 directory with 4 updates #26

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the github-actions group with 4 updates in the / directory: codecov/codecov-action, python-semantic-release/python-semantic-release, actions/attest-build-provenance and docker/scout-action.

Updates codecov/codecov-action from 4 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 9.12.0 to 9.15.1

Release notes

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

v9.15.1 (2024-12-03)

Bug Fixes

  • changelog-md: Fix commit sort of breaking descriptions section (75b342e)

  • parser-angular: Ensure issues are sorted by numeric value rather than text sorted (3858add)

  • parser-emoji: Ensure issues are sorted by numeric value rather than text sorted (7b8d2d9)


Detailed Changes: v9.15.0...v9.15.1

v9.15.0 (2024-12-02)

Features

  • changelog-md: Add a breaking changes section to default Markdown template (#1110, 4fde30e)

  • changelog-md: Alphabetize breaking change descriptions in markdown changelog template (#1110, 4fde30e)

  • changelog-md: Alphabetize commit summaries & scopes in markdown changelog template (#1111, 8327068)

  • changelog-rst: Add a breaking changes section to default reStructuredText template (#1110, 4fde30e)

  • changelog-rst: Alphabetize breaking change descriptions in ReStructuredText template (#1110, 4fde30e)

  • changelog-rst: Alphabetize commit summaries & scopes in ReStructuredText template (#1111, 8327068)

  • commit-parser: Enable parsers to flag commit to be ignored for changelog (#1108, 0cc668c)

  • default-changelog: Add a separate formatted breaking changes section (#1110, 4fde30e)

  • default-changelog: Alphabetize commit summaries & scopes in change sections (#1111, 8327068)

  • parsers: Add other_allowed_tags option for commit parser options (#1109, f90b8dc)

  • parsers: Enable parsers to identify linked issues on a commit (#1109, f90b8dc)

  • parser-angular: Automatically parse angular issue footers from commit messages (#1109, f90b8dc)

  • parser-custom: Enable custom parsers to identify linked issues on a commit (#1109, f90b8dc)

  • parser-emoji: Parse issue reference footers from commit messages (#1109, f90b8dc)

  • release-notes: Add tag comparison link to release notes when supported (#1107, 9073344)

Bug Fixes

... (truncated)

Changelog

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

v9.15.1 (2024-12-03)

Bug Fixes

  • changelog-md: Fix commit sort of breaking descriptions section (75b342e)

  • parser-angular: Ensure issues are sorted by numeric value rather than text sorted (3858add)

  • parser-emoji: Ensure issues are sorted by numeric value rather than text sorted (7b8d2d9)

v9.15.0 (2024-12-02)

Bug Fixes

  • cmd-version: Ensure release utilizes a timezone aware datetime (ca817ed)

  • default-changelog: Alphabetically sort commit descriptions in version type sections (bdaaf5a)

Features

  • commit-parser: Enable parsers to flag commit to be ignored for changelog (#1108, 0cc668c)

This adds an attribute to the ParsedCommit object that allows custom parsers to set to false if it is desired to ignore the commit completely from entry into the changelog.

Resolves: #778

  • test(parser-custom): add test w/ parser that toggles if a parsed commit is included in changelog
  • default-changelog: Add a separate formatted breaking changes section (#1110, 4fde30e)

Resolves: #244

  • test(fixtures): update repo changelog generator to add breaking descriptions

  • test(default-changelog): add unit tests to demonstrate breaking change descriptions

  • test(release-notes): add unit tests to demonstrate breaking change descriptions

  • feat(changelog-md): add a breaking changes section to default Markdown template

... (truncated)

Commits
  • a323379 9.15.1
  • 7ae2b73 style(parsers): fix lint error & formatting
  • 75b342e fix(changelog-md): fix commit sort of breaking descriptions section
  • 7b8d2d9 fix(parser-emoji): ensure issues are sorted by numeric value rather than text...
  • 3858add fix(parser-angular): ensure issues are sorted by numeric value rather than te...
  • 290334d test(parsers): ensure issue sort by numeric value instead of alphanumeric
  • 18c6c65 ci(deps): bump psr/publish-action & action-junit-report actions (#1113)
  • 2773f6d 9.15.0
  • f90b8dc feat(parsers): enable parsers to identify linked issues on a commit (#1109)
  • 4fde30e feat(default-changelog): add a separate formatted breaking changes section (#...
  • Additional commits viewable in compare view

Updates actions/attest-build-provenance from 1 to 2

Release notes

Sourced from actions/attest-build-provenance's releases.

v2.0.0

The attest-build-provenance action now supports attesting multiple subjects simultaneously. When identifying multiple subjects with the subject-path input a single attestation is created with references to each of the supplied subjects, rather than generating separate attestations for each artifact. This reduces the number of attestations that you need to create and manage.

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.4...v2.0.0

v1.4.4

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.3...v1.4.4

v1.4.3

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.2...v1.4.3

v1.4.2

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.1...v1.4.2

v1.4.1

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.0...v1.4.1

v1.4.0

What's Changed

... (truncated)

Commits

Updates docker/scout-action from 1.15.0 to 1.15.1

Release notes

Sourced from docker/scout-action's releases.

v1.15.1

What's Changed

New Contributors

Commits
  • 6ac950e Merge ca17cb76a6c9d85e0dc4e5b37e0290fa30390b03 into 6385a24983dbc0ffbfb4fc4f8...
  • ca17cb7 [BOT] Publish v1.15.1 release
  • 6385a24 Merge 585785600f70ba41b028f5c4ddf184ae003477f2 into e1c0d589b972d5605e035bbf7...
  • 5857856 [BOT] Publish v1.15.1 release
  • 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

…ates

Bumps the github-actions group with 4 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [docker/scout-action](https://github.com/docker/scout-action).


Updates `codecov/codecov-action` from 4 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@v4...v5)

Updates `python-semantic-release/python-semantic-release` from 9.12.0 to 9.15.1
- [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.md)
- [Commits](python-semantic-release/python-semantic-release@v9.12.0...v9.15.1)

Updates `actions/attest-build-provenance` from 1 to 2
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1...v2)

Updates `docker/scout-action` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/docker/scout-action/releases)
- [Commits](docker/scout-action@v1.15.0...v1.15.1)

---
updated-dependencies:
- 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-minor
  dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/scout-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Nicconike as a code owner December 9, 2024 04:00
@dependabot dependabot bot added dependabot Upgrades project dependencies by dependabot dependencies Project dependencies github_actions Pull requests that update GitHub Actions code labels Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #27.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-d5149cd39b branch December 16, 2024 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Upgrades project dependencies by dependabot dependencies Project dependencies github_actions Pull requests that update GitHub Actions code
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

0 participants