This is an automated email from the ASF dual-hosted git repository. timoninmaxim pushed a change to branch IGNITE-22662__snapshot_refactoring in repository https://gitbox.apache.org/repos/asf/ignite.git
from f51401aebb2 Merge branch 'master' of github.com:apache/ignite into IGNITE-22662__snapshot_refactoring add 2dd234d52fe IGNITE-20466 Support Sonar checks for PRs from external forks (#11452) new 325640debc3 Merge remote-tracking branch 'upstream/master' into IGNITE-22662__snapshot_refactoring The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/commit-check.yml | 12 +- .github/workflows/sonar-branch.yml | 30 +++-- .github/workflows/sonar-pr-from-fork-build.yml | 91 +++++++++++++ .github/workflows/sonar-pr-from-fork-scan.yml | 175 +++++++++++++++++++++++++ .github/workflows/sonar-pr-from-fork.yml | 91 ------------- 5 files changed, 293 insertions(+), 106 deletions(-) create mode 100644 .github/workflows/sonar-pr-from-fork-build.yml create mode 100644 .github/workflows/sonar-pr-from-fork-scan.yml delete mode 100644 .github/workflows/sonar-pr-from-fork.yml