Skip to content

Merge pull request #6592 from ecamp/renovate/lint-staged-15.x #2937

Merge pull request #6592 from ecamp/renovate/lint-staged-15.x

Merge pull request #6592 from ecamp/renovate/lint-staged-15.x #2937

Triggered via push December 28, 2024 16:07
Status Success
Total duration 10m 7s
Artifacts 10
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Continuous integration  /  api-check-needed
7s
Continuous integration / api-check-needed
Continuous integration  /  Tests: Print
48s
Continuous integration / Tests: Print
Continuous integration  /  Tests: PDF
26s
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)
24s
Continuous integration / Lint: ClientPrint (ESLint)
Continuous integration  /  Lint: Print (ESLint)
26s
Continuous integration / Lint: Print (ESLint)
Continuous integration  /  Tests: API
0s
Continuous integration / Tests: API
Continuous integration  /  Lint: API (php-cs-fixer)
0s
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)
22s
Continuous integration / Lint: e2e (ESLint)
Continuous integration  /  Tests: Frontend
3m 41s
Continuous integration / Tests: Frontend
Continuous integration  /  Lint: Frontend (ESLint)
35s
Continuous integration / Lint: Frontend (ESLint)
Matrix: Continuous integration / Tests: End-to-end run / Tests: End-to-end
Continuous integration  /  Finish coveralls report
0s
Continuous integration / Finish coveralls report
Continuous integration  /  workflow-success
3s
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
3m 41s
Build and push docker images / Build images and push
Upgrade or install deployment  /  Deploy to Kubernetes
36s
Upgrade or install deployment / Deploy to Kubernetes
Fit to window
Zoom out
Zoom in

Annotations

35 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 / 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 / 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: 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: 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 / 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
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/
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/
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 / Deploy to Kubernetes
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 Digest
cypress-output-chromefalse Expired
441 KB
sha256:5fd7f4c078bb68d1c859eef9f0aee2ebd217bdc72c57ab8edbf1dc862fec59ad
cypress-output-edgefalse Expired
441 KB
sha256:f422fdcc5b3e93aa4d8166d1c8a3b703b34cd53cce1c8872cb0a9c4da34b3499
cypress-output-firefoxfalse Expired
441 KB
sha256:7ca242fae14de6d114c7162f61fe1209bbafd66c57100b042028328b1902b08a
e2e-tests-images Expired
225 MB
sha256:75d89e1ed8831ec07a8e0ef6e35419bad84023ab2fe0a97b1f4686b7443fa47c
ecamp~ecamp3~06XP5R.dockerbuild Expired
65.4 KB
sha256:00c3dd841c367dd787116257482d27db424f82fb08ed4c875cd3ffe7bd2b235a
ecamp~ecamp3~19DVQN.dockerbuild Expired
25.5 KB
sha256:6754fe591088d693e519127c51423c35bdbc7df79081a962fbc242d3b9120501
ecamp~ecamp3~IDA05S.dockerbuild Expired
101 KB
sha256:b79c994d244739b1dd279604def9a04d7f2884dfbb5e5068df986e7a1b00b902
ecamp~ecamp3~IF8UCD.dockerbuild Expired
157 KB
sha256:ce110851d4f521fb8fe3b4e9a36c695ce140ba22d61617b8e4cc9b3b43c9897a
ecamp~ecamp3~MXJTJY.dockerbuild Expired
35.5 KB
sha256:8e28950f6e2fab8b9d95f0eedfef61ef9d4e420a8cf8fc602091ff52ffc9c8a3
ecamp~ecamp3~YF9EZN.dockerbuild Expired
59.3 KB
sha256:eceb7b084599e610569790e837b3051c5f9552caafcca179b549a99bad93cb2e