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-collections.git
The following commit(s) were added to refs/heads/master by this push: new 6033c9d66 Set to level permissions to 'read' new 4a398f54a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 6033c9d66 is described below commit 6033c9d66f620c85c3a300ac5d682a08d0232251 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 20:04:11 2022 -0400 Set to level permissions to 'read' --- .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 179862759..41058157a 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