Skip to content

Merge pull request #6608 from ecamp/renovate/lock-file-maintenance #2950

Merge pull request #6608 from ecamp/renovate/lock-file-maintenance

Merge pull request #6608 from ecamp/renovate/lock-file-maintenance #2950

Triggered via push December 31, 2024 19:47
Status Success
Total duration 12m 56s
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
6s
Continuous integration / api-check-needed
Continuous integration  /  Tests: Print
50s
Continuous integration / Tests: Print
Continuous integration  /  Tests: PDF
24s
Continuous integration / Tests: PDF
Continuous integration  /  e2e-check-needed
5s
Continuous integration / e2e-check-needed
Continuous integration  /  frontend-check-needed
6s
Continuous integration / frontend-check-needed
Continuous integration  /  Lint: ClientPrint (ESLint)
19s
Continuous integration / Lint: ClientPrint (ESLint)
Continuous integration  /  Lint: Print (ESLint)
23s
Continuous integration / Lint: Print (ESLint)
Continuous integration  /  Tests: API
4m 28s
Continuous integration / Tests: API
Continuous integration  /  Lint: API (php-cs-fixer)
34s
Continuous integration / Lint: API (php-cs-fixer)
Continuous integration  /  ...  /  Tests: End-to-end (build job)
46s
Continuous integration / Tests: End-to-end build / Tests: End-to-end (build job)
Continuous integration  /  Lint: e2e (ESLint)
21s
Continuous integration / Lint: e2e (ESLint)
Continuous integration  /  Tests: Frontend
0s
Continuous integration / Tests: Frontend
Continuous integration  /  Lint: Frontend (ESLint)
0s
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
1s
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 47s
Build and push docker images / Build images and push
Upgrade or install deployment  /  Deploy to Kubernetes
51s
Upgrade or install deployment / Deploy to Kubernetes
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
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 / 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 / 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 / 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: Print
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 / 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 / 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 (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
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/
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/
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:64e69ddb9b1c0fb464008592f0e8cf2ab94cc57d8e657ffc87ddc5b7b75c7bcd
cypress-output-edgefalse Expired
441 KB
sha256:453b5f6bac82204c926ca0cc87b6b8b79062e76cf9096b70ddae67032be68163
cypress-output-firefoxfalse Expired
441 KB
sha256:2ee9e6a6bdedb63acd5798af092e163d7cc015ea55203b76f9add78d4fe13219
e2e-tests-images Expired
225 MB
sha256:fbda45d73a02bb081b73d0c16c15fb0c6bf68d50ddd394fd00f5795b70cfeef4
ecamp~ecamp3~BCR7DF.dockerbuild Expired
65.3 KB
sha256:105d1f04a15395ceab90b30a37507a324ffdcb7e29842871f8a384157c241263
ecamp~ecamp3~BFPPX3.dockerbuild Expired
155 KB
sha256:e634a19e77428f45da6e70137a57312f7b3e54a75fc62f9cd13c11402e0c537a
ecamp~ecamp3~EMQO1M.dockerbuild Expired
35.8 KB
sha256:7d87330429197c1fccece79bd4aeeaab5bbdfbb0e585656d0a138bcc1996a361
ecamp~ecamp3~JLHJZN.dockerbuild Expired
25.8 KB
sha256:7caf5ba5ca329d62faa6f2ebca65e6b55b6aebb59fb634e78913147547779a78
ecamp~ecamp3~L69ADX.dockerbuild Expired
105 KB
sha256:4055f7246e0314b0eafe5e008fd70ae968a241f98cfcd943d996bf13b65d221e
ecamp~ecamp3~XM074R.dockerbuild Expired
76 KB
sha256:39356737c17e8d9d92a2cb3f0f4d69d4b36cda5a7a2481d59abdd87ee12ba7d1