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 87ab4a31ed Explicit read-only permissions
87ab4a31ed is described below
commit 87ab4a31ed041c4a22d19354054b5b06ef2edd7e
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 65e79da38f..eaffe1b3cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
branches:
- 10.1.x
+permissions:
+ contents: read
+
env:
LC_ALL: en_US.UTF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]