This is an automated email from the ASF dual-hosted git repository. markt-asf pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 198a9b87f647ca11b9d0b63bac58ce1de771e624 Author: Mark Thomas <[email protected]> AuthorDate: Fri May 15 08:05:25 2026 +0100 Add minimal permissions --- .github/workflows/makefile.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index dec10e489..06ad608c3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -4,7 +4,10 @@ on: push: pull_request: -env: +permissions: + contents: read + + env: OPENSSL_VERSION: 3.5.0 APR_VERSION: 1.7.6 NASM_VERSION: 2.16.03 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
