This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch support/struts-6-x-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/support/struts-6-x-x by this
push:
new 59b5e4757 ci(scorecards): score cards analysis are only supported for
default branch (#1661)
59b5e4757 is described below
commit 59b5e4757507bb9cdcdf005e670a153cd5dc65c1
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Apr 10 09:13:17 2026 +0200
ci(scorecards): score cards analysis are only supported for default branch
(#1661)
---
.github/workflows/scorecards-analysis.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/scorecards-analysis.yaml
b/.github/workflows/scorecards-analysis.yaml
index 6de12de8e..37a9a3406 100644
--- a/.github/workflows/scorecards-analysis.yaml
+++ b/.github/workflows/scorecards-analysis.yaml
@@ -21,8 +21,7 @@ on:
- cron: "30 1 * * 6" # Weekly on Saturdays
push:
branches:
- - 'support/struts-6-x-x'
- - 'release/*'
+ - 'main' # only default branch is supported
permissions: read-all