From 81b9cf074fd07b2d9f720f91032ecd700fcc0878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:22:45 +0000 Subject: [PATCH 1/4] chore(deps): bump codeinwp/themeisle-sdk from 3.3.52 to 3.3.55 Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.52 to 3.3.55. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.55/CHANGELOG.md) - [Commits](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.52...v3.3.55) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.55 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 89b0f78..cdb9504 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "codeinwp/themeisle-sdk", - "version": "3.3.52", + "version": "3.3.55", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "d1ae68cbd4f84934b4d982e9eeff317b9f4c814a" + "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d1ae68cbd4f84934b4d982e9eeff317b9f4c814a", - "reference": "d1ae68cbd4f84934b4d982e9eeff317b9f4c814a", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bd601798d209a4bc5962d2a19a22dc6dddf341cc", + "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc", "shasum": "" }, "require-dev": { @@ -36,16 +36,16 @@ "homepage": "https://themeisle.com" } ], - "description": "Themeisle SDK.", + "description": "Themeisle SDK library.", "homepage": "https://github.com/Codeinwp/themeisle-sdk", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.52" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.55" }, - "time": "2026-05-14T19:43:56+00:00" + "time": "2026-07-20T10:57:27+00:00" } ], "packages-dev": [ From 01460cf4b9812b1ab7d9786c0a57246c882316ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:22:51 +0000 Subject: [PATCH 2/4] chore(deps): bump codeinwp/themeisle-sdk from 3.3.55 to 3.3.58 Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.55 to 3.3.58. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.58/CHANGELOG.md) - [Commits](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.55...v3.3.58) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.58 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index cdb9504..fe931f4 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "codeinwp/themeisle-sdk", - "version": "3.3.55", + "version": "3.3.58", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc" + "reference": "d6807c0b7308e323bd77cced667dee3f2d5e6a82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/bd601798d209a4bc5962d2a19a22dc6dddf341cc", - "reference": "bd601798d209a4bc5962d2a19a22dc6dddf341cc", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/d6807c0b7308e323bd77cced667dee3f2d5e6a82", + "reference": "d6807c0b7308e323bd77cced667dee3f2d5e6a82", "shasum": "" }, "require-dev": { @@ -43,9 +43,9 @@ ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.55" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.58" }, - "time": "2026-07-20T10:57:27+00:00" + "time": "2026-07-29T08:38:52+00:00" } ], "packages-dev": [ From b5fdb534c456bcf2605574187cefa597eccfb861 Mon Sep 17 00:00:00 2001 From: Marius Cristea Date: Wed, 2 Sep 2026 13:17:57 +0300 Subject: [PATCH 3/4] ci: skip PR-comment job on Dependabot PRs (no secrets, always fails) Co-Authored-By: Claude Fable 5 --- .github/workflows/create-build-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-build-zip.yml b/.github/workflows/create-build-zip.yml index 3236dd7..04a27ec 100644 --- a/.github/workflows/create-build-zip.yml +++ b/.github/workflows/create-build-zip.yml @@ -58,7 +58,7 @@ jobs: comment-on-pr: name: Comment on PR with links to plugin ZIPs - if: ${{ github.head_ref && github.head_ref != null }} + if: ${{ github.head_ref && github.head_ref != null && github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest needs: dev-zip env: From 148d649957fcee7bae8873f0a5b743567c08a096 Mon Sep 17 00:00:00 2001 From: Marius Cristea Date: Wed, 2 Sep 2026 13:24:07 +0300 Subject: [PATCH 4/4] ci: revert Dependabot gate on PR-comment job (org Dependabot secret covers this repo) [skip ci] Co-Authored-By: Claude Fable 5 --- .github/workflows/create-build-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-build-zip.yml b/.github/workflows/create-build-zip.yml index 04a27ec..3236dd7 100644 --- a/.github/workflows/create-build-zip.yml +++ b/.github/workflows/create-build-zip.yml @@ -58,7 +58,7 @@ jobs: comment-on-pr: name: Comment on PR with links to plugin ZIPs - if: ${{ github.head_ref && github.head_ref != null && github.actor != 'dependabot[bot]' }} + if: ${{ github.head_ref && github.head_ref != null }} runs-on: ubuntu-latest needs: dev-zip env: