This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 4e5cda0dc Make workflow readonly 4e5cda0dc is described below commit 4e5cda0dcf9b93e2ccdc03d772091f8cc1711e42 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Sep 12 10:11:48 2022 -0700 Make workflow readonly --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cdfd9c5a2..4a69c782b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,6 +24,9 @@ on: schedule: - cron: '33 9 * * 4' +permissions: + contents: read + jobs: analyze: name: Analyze