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

build(deps): bump the actions group with 2 updates #324

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the actions group with 2 updates: actions/setup-go and theupdateframework/tuf-on-ci.

Updates actions/setup-go from 5.2.0 to 5.3.0

Release notes

Sourced from actions/setup-go's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

Commits

Updates theupdateframework/tuf-on-ci from 0.15.1 to 0.15.2

Release notes

Sourced from theupdateframework/tuf-on-ci's releases.

v0.15.2

This point release fixes a bug introduced in 0.14.

  • Only return open pull requests (PR) when searching for a signing event (#518). In cases where the signers rely on a fork to sign and then create a PR back to the main repository, both PRs will contain the same git commit at tip, and so multiple PRs would be returned, now only open PRs are considered.

Updating from 0.14 does not require any changes GitHub workflow files.

Changelog

Sourced from theupdateframework/tuf-on-ci's changelog.

Changelog

Unreleased

v0.15.2

This point release fixes a bug introduced in 0.14.

  • Only return open pull requests (PR) when searching for a signing event (#518). In cases where the signers rely on a fork to sign and then create a PR back to the main repository, both PRs will contain the same git commit at tip, and so multiple PRs would be returned, now only open PRs are considered.

Updating from 0.14 does not require any changes GitHub workflow files.

v0.15.1

This point release fixes a bug introduced in 0.15.

  • Fixed datetime handling in test-repository (#512): This is fallout from python-tuf upgrade in 0.15.0 and resulted in unexpected test-repository action failure

v0.15.0

  • Fixed repository status page HTML rendering (#430)
  • Dependency updates: Most importantly python-tuf and securesystemslib are now at current versions.

Updating from 0.14 does not require any changes to GitHub workflow files.

v0.14.0

  • Updates the status page to include expiration time for metadata (#431)
  • Compatibility updates for tuf-on-ci-sign, now runs on Python 3.9 (#433)
  • Performance improvements to the signing-event action (#469)
  • Dependency updates

v0.13.0

  • Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
  • Add workaround for Sigstore root-signing migration (#422)
  • Dependency updates

v0.12.0

In addition to dependency updates, this release contains one new (experimental) repository feature: Online signed targets. Updating to this version does not require any changes to GitHub workflow files.

... (truncated)

Commits
  • c7edc80 Merge pull request #520 from theupdateframework/rel_v0_15_2
  • 1ed1496 Merge pull request #521 from theupdateframework/revert-514-bump-python-to-3.13
  • 5740cbf Revert "Bump repository and test Python version to 3.13 (#514)"
  • 8ab0d23 Prepare for release v0.15.2
  • ca94387 Merge pull request #518 from kommendorkapten/no-closed-prs
  • f81f237 filter for only open PRs
  • 6709630 Be more careful with GHA variable substitutions (#515)
  • a4e046d Bump repository and test Python version to 3.13 (#514)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 22, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-6bcf9f1ad4 branch from b9d40b9 to 5bdcad7 Compare January 29, 2025 00:14
Bumps the actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [theupdateframework/tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci).


Updates `actions/setup-go` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@3041bf5...f111f33)

Updates `theupdateframework/tuf-on-ci` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/theupdateframework/tuf-on-ci/releases)
- [Changelog](https://github.com/theupdateframework/tuf-on-ci/blob/main/docs/CHANGELOG.md)
- [Commits](theupdateframework/tuf-on-ci@fffb59f...c7edc80)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: theupdateframework/tuf-on-ci
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-6bcf9f1ad4 branch from 5bdcad7 to 9fdd0bc Compare January 31, 2025 01:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/actions-6bcf9f1ad4 branch February 5, 2025 00:08
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.

0 participants