From 09cb3995d9d68ce7cd07e3ade977346f8f06e842 Mon Sep 17 00:00:00 2001 From: lukmzig <30526586+lukmzig@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:15:37 +0200 Subject: [PATCH] [Task] Disable roave/security due to a twig security issue and update upload-artifact to v4 (#212) * fix: STAN issues * fix: codeception * fix: codeception --- .github/ci/files/config/system.yaml | 2 +- .github/workflows/static-analysis.yaml | 2 +- composer.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ci/files/config/system.yaml b/.github/ci/files/config/system.yaml index cc15792e..f522ee7d 100644 --- a/.github/ci/files/config/system.yaml +++ b/.github/ci/files/config/system.yaml @@ -52,7 +52,7 @@ pimcore: applicationlog: mail_notification: send_log_summary: false - filter_priority: null + filter_priority: 0 mail_receiver: '' archive_treshold: '30' archive_alternative_database: '' \ No newline at end of file diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index c01c1515..64949c92 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -60,7 +60,7 @@ jobs: - name: "Upload baseline file" if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: phpstan-baseline.neon path: phpstan-baseline.neon diff --git a/composer.json b/composer.json index abce3b4d..e174457f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,6 @@ "symfony/messenger": "^6.4" }, "require-dev": { - "roave/security-advisories": "dev-latest", "codeception/codeception": "^5.0.10", "codeception/phpunit-wrapper": "^9", "codeception/module-asserts": "^2",