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 a3a767ba66 Explicit read-only permissions
a3a767ba66 is described below
commit a3a767ba66d745288bfff50e9a0aad2c4b333b09
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 a768e789e1..fb6ad89507 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]