From 6f30c130e3b03427e3c84d65a7b55b93470779bc Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Wed, 17 Jun 2026 17:19:20 +0100 Subject: [PATCH] ci: correct deploy action version comment The version comment beside the SHA-pinned plugin-deploy action read "stable" rather than naming the release. The pinned SHA resolves to tag 2.3.0, so the comment now records that, making the pin auditable at a glance. Only the comment changes; the commit SHA is untouched. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51da501..004c5cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: sudo apt-get install subversion - name: Push to WordPress.org - uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # stable + uses: 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0 env: SLUG: zoninator SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}