This is an automated email from the ASF dual-hosted git repository.

bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new eaab30e582 Harden CI workflow permissions (#1486)
eaab30e582 is described below

commit eaab30e5825487202b784d68a4a943c1a2e752a0
Author: alb3e3 <[email protected]>
AuthorDate: Mon Jun 15 10:10:38 2026 +0200

    Harden CI workflow permissions (#1486)
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0694cf968e..93c37b8738 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -6,6 +6,9 @@ on:
   pull_request:
     branches: [ master ]
 
+permissions:
+  contents: read
+
 env:
   MAVEN_VERSION: 3.9.15
 

Reply via email to