Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/php.code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
path: build/

- name: Report analisys results
uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
with:
check_name: See PHP code quality reports
report_paths: build/reports/*.xml
Loading