This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 0f3d5fda7c Explicit read-only permissions
0f3d5fda7c is described below
commit 0f3d5fda7c249bbbdab04d266c89a8f77b641f13
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 678e70785e..a768e789e1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@ on:
branches:
- 9.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]