Skip to content

[stable1.11] fix(autoconfig): Disable buggy DNS query #9213

[stable1.11] fix(autoconfig): Disable buggy DNS query

[stable1.11] fix(autoconfig): Disable buggy DNS query #9213

Triggered via pull request October 18, 2024 12:02
Status Failure
Total duration 2m 39s
Artifacts

lint.yml

on: pull_request
Matrix: php-linters
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
php7.2 lint
Process completed with exit code 124.
php7.3 lint
The job was canceled because "_7_2" failed.
php7.3 lint
Process completed with exit code 124.
php7.4 lint
The job was canceled because "_7_2" failed.
php7.4 lint
Process completed with exit code 124.
php8 lint
The job was canceled because "_7_2" failed.
php-cs check
Process completed with exit code 4.
ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ESLint: src/components/Envelope.vue#L31
'v-html' directive can lead to XSS attack
ESLint: src/components/MailboxInlinePicker.vue#L28
Prop 'value' requires default value to be set
ESLint: src/components/MessagePlainTextBody.vue#L4
'v-html' directive can lead to XSS attack
ESLint: src/components/MessagePlainTextBody.vue#L6
'v-html' directive can lead to XSS attack
ESLint: src/components/MessagePlainTextBody.vue#L7
'v-html' directive can lead to XSS attack
ESLint: src/components/ThreadEnvelope.vue#L36
'v-html' directive can lead to XSS attack
ESLint: src/main.js#L30
Using exported name 'VTooltip' as identifier for default export
ESLint: src/store/index.js#L36
Caution: `Vuex` also has a named export `Store`. Check if you meant to write `import {Store} from 'vuex'` instead