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

markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 0668caccce Explicit read-only permissions
0668caccce is described below

commit 0668caccce5edb5e920a32d552c42db4e85faf47
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 13 16:28:44 2026 +0100

    Explicit read-only permissions
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eaffe1b3cc..aa91aa2227 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,6 +23,9 @@ on:
 permissions:
   contents: read
 
+permissions:
+  contents: read
+
 env:
   LC_ALL: en_US.UTF-8
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to