Skip to content

Commit

Permalink
[Task] Disable roave/security due to a twig security issue and update…
Browse files Browse the repository at this point in the history
… upload-artifact to v4 (#212)

* fix: STAN issues

* fix: codeception

* fix: codeception
  • Loading branch information
lukmzig authored Sep 19, 2024
1 parent 1757342 commit 09cb399
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ci/files/config/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09cb399

Please sign in to comment.