Skip to content

Commit 09cb399

Browse files
authored
[Task] Disable roave/security due to a twig security issue and update upload-artifact to v4 (#212)
* fix: STAN issues * fix: codeception * fix: codeception
1 parent 1757342 commit 09cb399

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/ci/files/config/system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pimcore:
5252
applicationlog:
5353
mail_notification:
5454
send_log_summary: false
55-
filter_priority: null
55+
filter_priority: 0
5656
mail_receiver: ''
5757
archive_treshold: '30'
5858
archive_alternative_database: ''

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: "Upload baseline file"
6262
if: ${{ failure() }}
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: phpstan-baseline.neon
6666
path: phpstan-baseline.neon

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"symfony/messenger": "^6.4"
2727
},
2828
"require-dev": {
29-
"roave/security-advisories": "dev-latest",
3029
"codeception/codeception": "^5.0.10",
3130
"codeception/phpunit-wrapper": "^9",
3231
"codeception/module-asserts": "^2",

0 commit comments

Comments
 (0)