This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new f41f133cb3 Explicit read-only permissions
f41f133cb3 is described below
commit f41f133cb32af06a006f4a40db46238d54899e0d
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 b1b89af1e4..12ed629b98 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
branches:
- 11.0.x
+permissions:
+ contents: read
+
env:
LC_ALL: en_US.UTF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]