This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 4287880abd0d1a69f86cc79dc6555bb3453a6282 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Sat Apr 5 17:35:02 2025 +0200 Switching version 4.0 to new branch 4_0_X --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/crosschecks.yml | 4 ++-- .github/workflows/dockerhub.yml | 2 +- .github/workflows/fit_Elasticsearch.yml | 4 ++-- .github/workflows/fit_OpenSearch.yml | 4 ++-- .github/workflows/fit_Payara.yml | 4 ++-- .github/workflows/fit_Tomcat_LiveSync.yml | 4 ++-- .github/workflows/fit_Tomcat_PostgreSQL_JSON.yml | 4 ++-- .github/workflows/fit_Tomcat_PostgreSQL_XML.yml | 4 ++-- .github/workflows/fit_Tomcat_PostgreSQL_YAML.yml | 4 ++-- .github/workflows/fit_WA_OIDCC4UI.yml | 4 ++-- .github/workflows/fit_WA_OpenFGA.yml | 4 ++-- .github/workflows/fit_WA_SAML2SP4UI.yml | 4 ++-- .github/workflows/fit_WA_SRA_CASClient.yml | 4 ++-- .github/workflows/fit_WA_SRA_OAuth2.yml | 4 ++-- .github/workflows/fit_WA_SRA_OIDC.yml | 4 ++-- .github/workflows/fit_WA_SRA_SAML2.yml | 4 ++-- .github/workflows/fit_Wildfly.yml | 4 ++-- .github/workflows/fit_Zookeeper.yml | 4 ++-- .github/workflows/mariadb.yml | 4 ++-- .github/workflows/mysql.yml | 4 ++-- .github/workflows/neo4j.yml | 4 ++-- .github/workflows/oracle.yml | 4 ++-- 23 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2addc10811..dcfe1ea9b9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,10 +18,10 @@ name: "CodeQL" on: push: - branches: [master,pr-*] + branches: [4_0_X,pr-*] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/crosschecks.yml b/.github/workflows/crosschecks.yml index d382b4fbd5..50fc6c064a 100644 --- a/.github/workflows/crosschecks.yml +++ b/.github/workflows/crosschecks.yml @@ -18,10 +18,10 @@ name: "Cross Checks" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 5a10de05be..ddc7ef6cca 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -19,7 +19,7 @@ name: "Push to DockerHub" on: push: branches: - - master + - 4_0_X tags: - syncope-4.0.* diff --git a/.github/workflows/fit_Elasticsearch.yml b/.github/workflows/fit_Elasticsearch.yml index b2f24b4e4e..fb736ee97a 100644 --- a/.github/workflows/fit_Elasticsearch.yml +++ b/.github/workflows/fit_Elasticsearch.yml @@ -18,10 +18,10 @@ name: "FIT Elasticsearch" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_OpenSearch.yml b/.github/workflows/fit_OpenSearch.yml index 25d5851d46..137423f78e 100644 --- a/.github/workflows/fit_OpenSearch.yml +++ b/.github/workflows/fit_OpenSearch.yml @@ -18,10 +18,10 @@ name: "FIT OpenSearch" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Payara.yml b/.github/workflows/fit_Payara.yml index 7b2d697106..8acb3e1386 100644 --- a/.github/workflows/fit_Payara.yml +++ b/.github/workflows/fit_Payara.yml @@ -18,10 +18,10 @@ name: "FIT Payara" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Tomcat_LiveSync.yml b/.github/workflows/fit_Tomcat_LiveSync.yml index 7481cae0dd..dc5ebe602d 100644 --- a/.github/workflows/fit_Tomcat_LiveSync.yml +++ b/.github/workflows/fit_Tomcat_LiveSync.yml @@ -18,10 +18,10 @@ name: "FIT Tomcat LiveSync" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml b/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml index 2d9a5b8bcb..78ee0e940d 100644 --- a/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml +++ b/.github/workflows/fit_Tomcat_PostgreSQL_JSON.yml @@ -18,10 +18,10 @@ name: "FIT Tomcat PostgreSQL JSON" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml b/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml index b3153d898c..494baabe57 100644 --- a/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml +++ b/.github/workflows/fit_Tomcat_PostgreSQL_XML.yml @@ -18,10 +18,10 @@ name: "FIT Tomcat PostgreSQL XML" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml b/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml index ba19bdd2d0..f81ff8b73d 100644 --- a/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml +++ b/.github/workflows/fit_Tomcat_PostgreSQL_YAML.yml @@ -18,10 +18,10 @@ name: "FIT Tomcat PostgreSQL YAML" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_OIDCC4UI.yml b/.github/workflows/fit_WA_OIDCC4UI.yml index fc045e60f4..2479f9630e 100644 --- a/.github/workflows/fit_WA_OIDCC4UI.yml +++ b/.github/workflows/fit_WA_OIDCC4UI.yml @@ -18,10 +18,10 @@ name: "FIT WA OIDCC4UI" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_OpenFGA.yml b/.github/workflows/fit_WA_OpenFGA.yml index 56680e70c0..e3d0213964 100644 --- a/.github/workflows/fit_WA_OpenFGA.yml +++ b/.github/workflows/fit_WA_OpenFGA.yml @@ -18,10 +18,10 @@ name: "FIT WA OpenFGA" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_SAML2SP4UI.yml b/.github/workflows/fit_WA_SAML2SP4UI.yml index 93881c49d3..de91920dec 100644 --- a/.github/workflows/fit_WA_SAML2SP4UI.yml +++ b/.github/workflows/fit_WA_SAML2SP4UI.yml @@ -18,10 +18,10 @@ name: "FIT WA SAML2SP4UI" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_SRA_CASClient.yml b/.github/workflows/fit_WA_SRA_CASClient.yml index f32f124ff1..70b0663e08 100644 --- a/.github/workflows/fit_WA_SRA_CASClient.yml +++ b/.github/workflows/fit_WA_SRA_CASClient.yml @@ -18,10 +18,10 @@ name: "FIT WA SRA CASClient" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_SRA_OAuth2.yml b/.github/workflows/fit_WA_SRA_OAuth2.yml index e016731bf4..2370f0df88 100644 --- a/.github/workflows/fit_WA_SRA_OAuth2.yml +++ b/.github/workflows/fit_WA_SRA_OAuth2.yml @@ -18,10 +18,10 @@ name: "FIT WA SRA OAuth2" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_SRA_OIDC.yml b/.github/workflows/fit_WA_SRA_OIDC.yml index 0360b68d72..b29a34fa78 100644 --- a/.github/workflows/fit_WA_SRA_OIDC.yml +++ b/.github/workflows/fit_WA_SRA_OIDC.yml @@ -18,10 +18,10 @@ name: "FIT WA SRA OIDC" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_WA_SRA_SAML2.yml b/.github/workflows/fit_WA_SRA_SAML2.yml index b60f464740..f3963a0a55 100644 --- a/.github/workflows/fit_WA_SRA_SAML2.yml +++ b/.github/workflows/fit_WA_SRA_SAML2.yml @@ -18,10 +18,10 @@ name: "FIT WA SRA SAML2" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Wildfly.yml b/.github/workflows/fit_Wildfly.yml index 5e16517473..5407955dc4 100644 --- a/.github/workflows/fit_Wildfly.yml +++ b/.github/workflows/fit_Wildfly.yml @@ -18,10 +18,10 @@ name: "FIT Wildfly" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/fit_Zookeeper.yml b/.github/workflows/fit_Zookeeper.yml index c2ff40d05e..dad2d64fb4 100644 --- a/.github/workflows/fit_Zookeeper.yml +++ b/.github/workflows/fit_Zookeeper.yml @@ -18,10 +18,10 @@ name: "FIT Zookeeper" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 8c2e2b7b1e..45dd8232e0 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -18,10 +18,10 @@ name: "MariaDB" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/mysql.yml b/.github/workflows/mysql.yml index 30997151f9..21fef5ee7b 100644 --- a/.github/workflows/mysql.yml +++ b/.github/workflows/mysql.yml @@ -18,10 +18,10 @@ name: "MySQL" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/neo4j.yml b/.github/workflows/neo4j.yml index d698236c3f..e7e9ad7023 100644 --- a/.github/workflows/neo4j.yml +++ b/.github/workflows/neo4j.yml @@ -18,10 +18,10 @@ name: "Neo4j" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4' diff --git a/.github/workflows/oracle.yml b/.github/workflows/oracle.yml index 128a47b4d5..961d64fbc7 100644 --- a/.github/workflows/oracle.yml +++ b/.github/workflows/oracle.yml @@ -18,10 +18,10 @@ name: "Oracle" on: push: - branches: ['master', 'pr-*'] + branches: ['4_0_X', 'pr-*'] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [4_0_X] schedule: - cron: '0 13 * * 4'
