From 50ebd6d15744710d96a3ffc21dcd13fb342db933 Mon Sep 17 00:00:00 2001
From: "hoeppner.dataport" <marcus.hoeppner@dataport.de>
Date: Thu, 16 Jan 2025 10:12:59 +0100
Subject: [PATCH 1/2] replace nbc mail addresses

---
 ansible/group_vars/nbc/instance_cfg.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/group_vars/nbc/instance_cfg.yml b/ansible/group_vars/nbc/instance_cfg.yml
index afcb7f9ea..166d43b1a 100644
--- a/ansible/group_vars/nbc/instance_cfg.yml
+++ b/ansible/group_vars/nbc/instance_cfg.yml
@@ -4,7 +4,7 @@ SC_SHORTNAME: nbc
 SC_TITLE: Niedersächsische Bildungscloud
 SC_PRODUCTNAME: Niedersächsische Bildungscloud
 SC_NAV_TITLE: Niedersächsische Bildungscloud
-SC_CONTACT_EMAIL: nbc-support@netz-21.de
+SC_CONTACT_EMAIL: ticketsystem@niedersachsen.support
 GLOBAL_ANNOUNCEMENT_TEXT: ""
 GLOBAL_ANNOUNCEMENT_ROLES: teacher,administrator
 TRAINING_URL: "https://openelec.moodle-nds.de/course/index.php?categoryid=53"
@@ -95,7 +95,7 @@ ES_MERLIN_AUTH_URL: http://merlin.nibis.de/auth.php
 # produktive Instanz
 PROD_INSTANCE: true
 # accessibility
-ACCESSIBILITY_REPORT_EMAIL: nbc-support@netz-21.de
+ACCESSIBILITY_REPORT_EMAIL: ticketsystem@niedersachsen.support
 
 # Identity Management
 IDENTITY_MANAGEMENT__TENANT: "{{ SC_THEME }}"

From c539f6007bfeee065bd33df90d10f03d25d615c1 Mon Sep 17 00:00:00 2001
From: Phillip <phillip.wirth@dataport.de>
Date: Thu, 16 Jan 2025 16:13:38 +0100
Subject: [PATCH 2/2] BC-8113 update gh-action (#1083)

---
 .github/workflows/clean_workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/clean_workflow.yml b/.github/workflows/clean_workflow.yml
index f64d2a201..20051a26e 100644
--- a/.github/workflows/clean_workflow.yml
+++ b/.github/workflows/clean_workflow.yml
@@ -74,7 +74,7 @@ jobs:
             echo "branch_exists=false" >> $GITHUB_ENV
           fi
       ## Write for matrix outputs workaround https://github.com/orgs/community/discussions/17245
-      - uses: cloudposse/github-action-matrix-outputs-write@0.5.0
+      - uses: cloudposse/github-action-matrix-outputs-write@v1
         id: out
         with:
           matrix-step-name: ${{ github.job }}
@@ -90,7 +90,7 @@ jobs:
       are_all_branches_deleted: ${{ steps.are_all_branches_deleted.outputs.are_all_branches_deleted }}
     steps:
       ## read for matrix outputs workaround https://github.com/orgs/community/discussions/17245
-      - uses: cloudposse/github-action-matrix-outputs-read@0.1.2
+      - uses: cloudposse/github-action-matrix-outputs-read@v1
         id: read
         with:
           matrix-step-name: gather_branch_exists