This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git
The following commit(s) were added to refs/heads/master by this push:
new fe70f7b55 Pin pagefind version to prevent supply chain attacks
fe70f7b55 is described below
commit fe70f7b55e9b43be492af4c0e1dbb1ea5841bd06
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jan 13 20:43:36 2026 +0100
Pin pagefind version to prevent supply chain attacks
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aeaaedac2..f734bfe06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
</goals>
<phase>${pagefind.maven.phase}</phase>
<configuration>
- <arguments>pagefind --site
${pagefind.site.folder}</arguments>
+ <arguments>[email protected] --site
${pagefind.site.folder}</arguments>
</configuration>
</execution>
</executions>