Skip to content

build(deps): bump Songmu/tagpr from 1.20.0 to 1.20.1 - #339

Merged
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/Songmu/tagpr-1.20.1
Aug 2, 2026
Merged

build(deps): bump Songmu/tagpr from 1.20.0 to 1.20.1#339
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/Songmu/tagpr-1.20.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps Songmu/tagpr from 1.20.0 to 1.20.1.

Release notes

Sourced from Songmu/tagpr's releases.

v1.20.1

What's Changed

New Contributors

Full Changelog: Songmu/tagpr@v1.20.0...v1.20.1

Changelog

Sourced from Songmu/tagpr's changelog.

Changelog

v1.20.1 - 2026-07-14

v1.20.0 - 2026-06-01

v1.19.0 - 2026-05-09

v1.18.3 - 2026-04-17

v1.18.2 - 2026-04-12

v1.18.1 - 2026-04-05

v1.18.0 - 2026-04-05

v1.17.1 - 2026-02-25

... (truncated)

Commits
  • d1b8138 Merge pull request #367 from Songmu/tagpr-from-v1.20.0
  • 74ee5a6 [tagpr] update CHANGELOG.md
  • c1ca8de [tagpr] prepare for the next release
  • b213e4a Merge pull request #365 from Songmu/dependabot/github_actions/actions/checkou...
  • 4eb25b8 Merge pull request #364 from Songmu/dependabot/github_actions/reviewdog/actio...
  • 393784c Merge pull request #362 from Songmu/dependabot/github_actions/codecov/codecov...
  • cf5e2e6 Merge pull request #360 from Songmu/dependabot/github_actions/Songmu/tagpr-1....
  • 22caad2 Merge pull request #366 from Songmu/dependabot/github_actions/actions/setup-g...
  • 9766629 Merge pull request #363 from usadamasa/fix/calver-zero-padding-345
  • e338183 build(deps): bump actions/setup-go from 6.4.0 to 6.5.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/songmu/tagpr/releases)
- [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md)
- [Commits](Songmu/tagpr@e84001b...d1b8138)

---
updated-dependencies:
- dependency-name: Songmu/tagpr
  dependency-version: 1.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 1, 2026
@dependabot
dependabot Bot requested a review from masutaka as a code owner August 1, 2026 10:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026

@masutaka masutaka left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Overview

  • Package: Songmu/tagpr 1.20.0 → 1.20.1
  • Dependency type: Development dependency (GitHub Actions; used only by .github/workflows/release.yml for release automation)
  • Version change: Patch

Key Findings

  • Breaking changes: None. The only code change is a fix to preserve CalVer zero-padding (Songmu/tagpr#363). The signature of retrieveVersionFromFile() changed from vPrefix bool to ref *semv so that CalVer information is inherited. This repository runs on SemVer (vPrefix = true / versionFile = lib/version.go in .tagpr), so asCalendarVersion stays false and the behavior is unchanged.
  • Security: None. There are zero open Dependabot alerts, and no alert maps to this PR. This is an ordinary version-bump PR, not a security update.
  • Supported versions: Unchanged. No changes to the Go version requirement or the action's runs configuration.
  • CI status: Pass (actionlint, CodeQL (actions), dependency_review, and test all succeeded; the CodeQL parent job and pushover were skipped).
  • Cascading updates: None. The diff is a single line. The upstream v1.20.0...v1.20.1 range does include Dependabot updates to GitHub Actions (setup-go 6.5.0, checkout 7.0.0, codecov-action 7.0.0, and others), but those belong to tagpr's own CI and do not affect this repository.

Impact

A single line in .github/workflows/release.yml. The SHA pin is preserved, updating e84001b # v1.20.0d1b8138 # v1.20.1. The compare API confirms this SHA matches the HEAD commit of the upstream v1.20.1 tag (Merge pull request #367 from Songmu/tagpr-from-v1.20.0). There is no impact on application code.

The upstream compare (15 commits) was also reviewed and nothing looked suspicious. Actual code changes are confined to versionfile.go, tag.go, tagpr.go, calver_test.go, and versionfile_test.go, with no suspicious URLs, obfuscated strings, or added scripts. All authors are known contributors or Dependabot.

Conclusion

No issues.

This is a patch release with neither breaking changes nor security concerns. The sole code fix targets CalVer workflows and is effectively a no-op for this SemVer-based repository. The SHA pin was updated correctly and CI passes, so this is safe to merge.

@masutaka
masutaka merged commit 75403d7 into main Aug 2, 2026
8 checks passed
@masutaka
masutaka deleted the dependabot/github_actions/Songmu/tagpr-1.20.1 branch August 2, 2026 08:54
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