From 14548dd5798c2dd0d380188677aa55822e73c7b5 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:55:05 +0000 Subject: [PATCH 1/2] drupal-11/11.2.4 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- drupal-11.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drupal-11.yaml b/drupal-11.yaml index 22f0e6915d6..70b4d26ab25 100644 --- a/drupal-11.yaml +++ b/drupal-11.yaml @@ -1,7 +1,7 @@ package: name: drupal-11 description: Drupal is an open source content management platform powering millions of websites and applications. - version: "11.2.3" + version: "11.2.4" epoch: 0 resources: cpu: 17 @@ -77,14 +77,14 @@ pipeline: with: repository: https://github.com/drupal/drupal.git tag: ${{package.version}} - expected-commit: 0bf2e9cf405162e4ba3f7611f868efdc468e340c + expected-commit: 4c38856b725ff2fbece3dc7cbc161045d82ee092 destination: /usr/src/${{package.name}} - uses: git-checkout with: repository: https://github.com/drupal/recommended-project.git tag: ${{package.version}} - expected-commit: 0edd16b94cff9cc21e3a501c9b0222364791008a + expected-commit: 4c38856b725ff2fbece3dc7cbc161045d82ee092 destination: vendor-binaries # For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}` From dc65fca72bcbe9975677238a45e37813b540dcf0 Mon Sep 17 00:00:00 2001 From: Batuhan Apaydin <16693043+developer-guy@users.noreply.github.com> Date: Sun, 7 Sep 2025 17:03:34 +0300 Subject: [PATCH 2/2] fix the commit sha Signed-off-by: Batuhan Apaydin <16693043+developer-guy@users.noreply.github.com> --- drupal-11.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-11.yaml b/drupal-11.yaml index 70b4d26ab25..1631e7c60a7 100644 --- a/drupal-11.yaml +++ b/drupal-11.yaml @@ -84,7 +84,7 @@ pipeline: with: repository: https://github.com/drupal/recommended-project.git tag: ${{package.version}} - expected-commit: 4c38856b725ff2fbece3dc7cbc161045d82ee092 + expected-commit: c843d5bfe9f81c6ad3c14d525ab8e89d08d2671a destination: vendor-binaries # For compatibility with upstream image that has `/opt/drupal/{vendor,recipes}`