Message-ID: From: "sehrope (@sehrope)" To: "pgjdbc/pgjdbc" Date: Sun, 15 Mar 2026 14:36:23 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3963: chore: use full version tags in GitHub Actions comments In-Reply-To: References: List-Id: X-GitHub-Author-Login: sehrope X-GitHub-Comment-Id: 4063115963 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3963 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3963#issuecomment-4063115963 Content-Type: text/plain; charset=utf-8 We already have the SHA in place. This is supposed to be just updating the comments to reflect the full version rather than just `v${MAJOR}`. Except for this one: ``` diff --git a/.github/workflows/pgp-key-maintenance.yaml b/.github/workflows/pgp-key-maintenance.yaml index 42bf3d3f..88b1e34d 100644 --- a/.github/workflows/pgp-key-maintenance.yaml +++ b/.github/workflows/pgp-key-maintenance.yaml @@ -8,7 +8,7 @@ permissions: read-all jobs: pgp-key-maintenance: name: PGP key maintenance - uses: vlsi/provision-release-pgp-key/.github/workflows/pgp-key-maintenance.yaml@47caa11d98dd9e897523af1f16532bf6152e8444 # v1 + uses: vlsi/provision-release-pgp-key/.github/workflows/pgp-key-maintenance.yaml@7c6e3c4eb82ecdd18d1959f3f1a41af9ea0aac0e # v1.0.0 secrets: RELEASE_PGP_SECRET_UPDATE_TOKEN: ${{ secrets.RELEASE_PGP_SECRET_UPDATE_TOKEN }} RELEASE_PGP_PRIVATE_KEY: ${{ secrets.RELEASE_PGP_PRIVATE_KEY }} ``` Why did the hash for that change?