Skip to content

Merge pull request #6670 from ecamp/renovate/eslint-config-prettier-10.x #75

Merge pull request #6670 from ecamp/renovate/eslint-config-prettier-10.x

Merge pull request #6670 from ecamp/renovate/eslint-config-prettier-10.x #75

Triggered via push January 14, 2025 20:31
Status Success
Total duration 8m 25s
Artifacts 10
Continuous integration  /  api-check-needed
6s
Continuous integration / api-check-needed
Continuous integration  /  Tests: Print
58s
Continuous integration / Tests: Print
Continuous integration  /  Tests: PDF
22s
Continuous integration / Tests: PDF
Continuous integration  /  e2e-check-needed
4s
Continuous integration / e2e-check-needed
Continuous integration  /  frontend-check-needed
4s
Continuous integration / frontend-check-needed
Continuous integration  /  Lint: ClientPrint (ESLint)
19s
Continuous integration / Lint: ClientPrint (ESLint)
Continuous integration  /  Lint: Print (ESLint)
32s
Continuous integration / Lint: Print (ESLint)
Continuous integration  /  Tests: API
4m 49s
Continuous integration / Tests: API
Continuous integration  /  Lint: API (php-cs-fixer)
31s
Continuous integration / Lint: API (php-cs-fixer)
Continuous integration  /  ...  /  Tests: End-to-end (build job)
27s
Continuous integration / Tests: End-to-end build / Tests: End-to-end (build job)
Continuous integration  /  Lint: e2e (ESLint)
28s
Continuous integration / Lint: e2e (ESLint)
Continuous integration  /  Tests: Frontend
3m 36s
Continuous integration / Tests: Frontend
Continuous integration  /  Lint: Frontend (ESLint)
33s
Continuous integration / Lint: Frontend (ESLint)
Matrix: Continuous integration / Tests: End-to-end run / Tests: End-to-end
Continuous integration  /  Finish coveralls report
5s
Continuous integration / Finish coveralls report
Continuous integration  /  workflow-success
2s
Continuous integration / workflow-success
Continuous integration  /  Send out CI success event
0s
Continuous integration / Send out CI success event
Build and push docker images  /  Build images and push
54s
Build and push docker images / Build images and push
Upgrade or install deployment  /  Upgrade or install deployment
1m 14s
Upgrade or install deployment / Upgrade or install deployment
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
Continuous integration / e2e-check-needed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / frontend-check-needed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / api-check-needed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Lint: ClientPrint (ESLint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: PDF
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Lint: Print (ESLint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: End-to-end build / Tests: End-to-end (build job)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Lint: e2e (ESLint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Lint: API (php-cs-fixer)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Lint: Frontend (ESLint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: Print
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: Frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: End-to-end run / Tests: End-to-end (chrome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: API
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: End-to-end run / Tests: End-to-end (edge)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Finish coveralls report
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / Tests: End-to-end run / Tests: End-to-end (firefox)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Continuous integration / workflow-success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push docker images / Build images and push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Legacy key/value format with whitespace separator should not be used: .docker-hub/print/Dockerfile#L30
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
Legacy key/value format with whitespace separator should not be used: .docker-hub/print/Dockerfile#L31
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: .docker-hub/print/Dockerfile#L34
JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Sensitive data should not be used in the ARG or ENV commands: .docker-hub/print/Dockerfile#L3
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: .docker-hub/print/Dockerfile#L14
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "NUXT_SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
The 'as' keyword should match the case of the 'from' keyword: .docker-hub/frontend/Dockerfile#L39
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Sensitive data should not be used in the ARG or ENV commands: .docker-hub/frontend/Dockerfile#L13
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: .docker-hub/frontend/Dockerfile#L31
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SENTRY_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Upgrade or install deployment / Upgrade or install deployment
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
cypress-output-chromefalse
441 KB
cypress-output-edgefalse
441 KB
cypress-output-firefoxfalse
441 KB
e2e-tests-images
225 MB
ecamp~ecamp3~3YE12J.dockerbuild
25 KB
ecamp~ecamp3~A8K54N.dockerbuild
111 KB
ecamp~ecamp3~L0PMHE.dockerbuild
60.9 KB
ecamp~ecamp3~NPGOWJ.dockerbuild
35.6 KB
ecamp~ecamp3~OVOTHZ.dockerbuild
45.7 KB
ecamp~ecamp3~UGE9X8.dockerbuild
62.4 KB