Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Sat, 14 Mar 2026 19:18:14 +0000 Subject: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3963 X-GitHub-Labels: chore X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3963 Content-Type: text/plain; charset=utf-8 Replace branch-style version comments (e.g. # v4) with full tag names (e.g. # v4.3.1) for all action references. Also add missing version comment for codecov/codecov-action and update provision-release-pgp-key to v1.0.0. Currently renovate updates look like `chore(deps): update release-drafter/release-drafter digest to 6a93d82` which is not human-readable. If we use tag names like `v4.3.1`, then renovate would create PRs like `bump to v4.3.1` rather than `bump to 6a93d82`