This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new aacc9be6 Run on branch 1.X aacc9be6 is described below commit aacc9be6a4ab1a52901401aafc37f455e40e5cbd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 8 08:10:25 2024 -0400 Run on branch 1.X --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 44da6ec8..d38408f6 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -20,7 +20,7 @@ on: schedule: - cron: "30 1 * * 6" # Weekly on Saturdays push: - branches: [ "master" ] + branches: [ "1.X" ] permissions: read-all