diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index de26f8b5..3ead63d6 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2024-05-16 (1.11.4) +### Bug Fixes 🐛 +* Avoid running malicious inputs as shell commands in Custom GitHub actions and relate workflows. (https://github.com/woocommerce/grow/pull/131) +### Tweaked 🔧 +* Remove the unused step `id` from the `run-qit-extension` action. (https://github.com/woocommerce/grow/pull/130) + ## 2024-05-13 (1.11.3) ### Tweaked 🔧 * Update QIT test types `api` and `e2e` for the `run-qit-extension` action to align with the renamed types. (https://github.com/woocommerce/grow/pull/127) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 29cd4c9f..5586929d 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.11.3", + "version": "1.11.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 3635b098..7ce9e6ca 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.11.3", + "version": "1.11.4", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {