Skip to content

chore(deps): Bump fast-xml-builder from 1.1.4 to 1.2.0 #2843

chore(deps): Bump fast-xml-builder from 1.1.4 to 1.2.0

chore(deps): Bump fast-xml-builder from 1.1.4 to 1.2.0 #2843

Triggered via pull request May 8, 2026 19:45
Status Success
Total duration 57s
Artifacts 56

ci.yml

on: pull_request
minimal
22s
minimal
git-context
34s
git-context
git-context-query
36s
git-context-query
git-context-secret
29s
git-context-secret
path-context
19s
path-context
example
22s
example
error
7s
error
error-buildx
54s
error-buildx
docker-driver
17s
docker-driver
export-docker
12s
export-docker
secret
18s
secret
secret-files
20s
secret-files
secret-envs
12s
secret-envs
network
22s
network
shm-size
18s
shm-size
ulimit
17s
ulimit
cgroup-parent
18s
cgroup-parent
add-hosts
12s
add-hosts
no-cache-filters
14s
no-cache-filters
registry-cache
23s
registry-cache
github-cache
28s
github-cache
local-cache
39s
local-cache
standalone
14s
standalone
named-context-pin
13s
named-context-pin
named-context-docker
21s
named-context-docker
named-context-container
25s
named-context-container
docker-config-malformed
20s
docker-config-malformed
proxy-docker-config
27s
proxy-docker-config
proxy-buildkitd
27s
proxy-buildkitd
annotations
19s
annotations
multi-output
27s
multi-output
load-and-push
28s
load-and-push
summary-disable
20s
summary-disable
summary-not-supported
22s
summary-not-supported
record-upload-disable
16s
record-upload-disable
annotations-disabled
22s
annotations-disabled
call-check
27s
call-check
no-default-attestations
18s
no-default-attestations
Matrix: attests-compat
Matrix: checks
Matrix: digest
Matrix: multi
Matrix: provenance
Matrix: record-retention-days
Matrix: sbom
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 36 warnings
error
buildx failed with: ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
call-check
Check complete, 7 warnings have been found!
error-buildx
buildx failed with: ERROR: failed to build: failed to solve: failed to push localhost:5000/name/app:latest: failed to do request: Head "http://localhost:5000/v2/name/app/blobs/sha256:c9cf8ef099e6e20ca4c7a2ae5b731a4beff960c0ffb88dd64fd6cdfdfe04839d": dial tcp [::1]:5000: connect: connection refused
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Multiple instructions of the same type should not be used in the same stage: test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
The MAINTAINER instruction is deprecated, use a label instead to define an image author: test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
secret-envs
INVALID_SECRET= is not a valid secret
secret
INVALID_SECRET= is not a valid secret
multi (multi-sudo)
Failed to restore:
secret-files
INVALID_SECRET= is not a valid secret
summary-not-supported
Failed to restore:
docker-config-malformed
Unable to parse config file /home/runner/.docker/config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 167 (line 8 column 1)
path-context
Failed to restore:
checks (v0.14.1)
Failed to restore:
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L6
ConsistentInstructionCasing: Command 'COPy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L4
ConsistentInstructionCasing: Command 'from' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L2
ConsistentInstructionCasing: Command 'cOpy' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
All commands within the Dockerfile should use the same casing (either upper or lower): test/lint.Dockerfile#L1
ConsistentInstructionCasing: Command 'frOM' should match the case of the command majority (uppercase) More info: https://docs.docker.com/go/dockerfile/rule/consistent-instruction-casing/
The MAINTAINER instruction is deprecated, use a label instead to define an image author: test/lint.Dockerfile#L5
MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/
JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals: test/lint.Dockerfile#L12
JSONArgsRecommended: JSON arguments recommended for ENTRYPOINT to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Multiple instructions of the same type should not be used in the same stage: test/lint.Dockerfile#L10
MultipleInstructionsDisallowed: Multiple CMD instructions should not be used in the same stage because only the last one will be used More info: https://docs.docker.com/go/dockerfile/rule/multiple-instructions-disallowed/
multi-output
Failed to restore:
registry-cache
Failed to restore:
multi (multi)
Failed to restore:
github-cache
Failed to restore:
git-context
Failed to restore:
attests-compat (latest, moby/buildkit:v0.10.6)
ERROR: rpc error: code = Unimplemented desc = unknown method ListenBuildHistory for service moby.buildkit.v1.Control
git-context-secret
Failed to restore:
load-and-push
Failed to restore:
git-context-query
undefined is not iterable (cannot read property Symbol(Symbol.iterator))
git-context-query
Failed to restore:
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
Attestations are only supported by buildx >= 0.10.0; the inputs 'attests', 'provenance' and 'sbom' are ignored.
attests-compat (v0.9.1, moby/buildkit:buildx-stable-1)
Failed to restore:
local-cache
Failed to restore:
error-buildx
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~04YHF3.dockerbuild
12.1 KB
sha256:4e72d779107f567bf9b635fa3741091eb6ee9bb15ae3d8215c0d8b78026309b1
docker~build-push-action~2OKNOS.dockerbuild
33.2 KB
sha256:1e3533cdb89a176b6c7474efc429e70280f8f30010c052088ef55ce810b41543
docker~build-push-action~2PQ8I8.dockerbuild
58.6 KB
sha256:2bbbe8399ab76d3fbaaa3ee4c495e5f510f12b1c01c685bf225bf38e72044c9c
docker~build-push-action~2SWNG0.dockerbuild
59.6 KB
sha256:37ad539c012faa473d2dff7deea799658fda01c664725bef062f8bd6adc0ef50
docker~build-push-action~3SURLE.dockerbuild
63.2 KB
sha256:e8d43103c209e11f83ab7d07a50c3a51ecd160792c1de1db4e6f3a20162ca009
docker~build-push-action~3WP96I.dockerbuild
43 KB
sha256:39399118703570859f90313697cc18a4187bb4c7b151d44d11fb286b87def6b7
docker~build-push-action~4BVN9F.dockerbuild
12.4 KB
sha256:77500127dacc6435b86568eb8f15a4071564c4b531e8ead99fdd7a8c5058f6be
docker~build-push-action~4TRBY8.dockerbuild
25 KB
sha256:f8eb72bfa8fad19226bc033675a50b2aff7db49bedf7a158f9f162798d6ecbfa
docker~build-push-action~6Y5IAX.dockerbuild
13 KB
sha256:725d7f6cd0455135ba32e4bffe2dc3cb0853d3703694e573a37b99fd67ddc343
docker~build-push-action~703N2O.dockerbuild
21.3 KB
sha256:ce20caca73901a598a244c8894aa8c195d7ab74716c044116041ae8f012889c8
docker~build-push-action~7UFKTE.dockerbuild
24.5 KB
sha256:3ac9cf04bc205534bfaa5d5d809f6136510ac967730c805649ca601691f1399b
docker~build-push-action~86808G.dockerbuild
23.7 KB
sha256:f95c3203001d5e1f50933aa7cee47220fb7e1678aee4e73fe0cae45f4069a55a
docker~build-push-action~8M6H4N.dockerbuild
24 KB
sha256:1fe5a486aecbfed1d9edf2be2f3559ad0532d572d4e07246bf257dc11b98dc59
docker~build-push-action~AZF6K0.dockerbuild
24 KB
sha256:964c2a624eb230ad0411fd3213a91b8a94d916e58db18936c7671b89e359d175
docker~build-push-action~B5WV8U.dockerbuild
32.9 KB
sha256:f0bfbc8fe25f12f30c8f5cacdc35efc78d41128d0eadaed3e7edbdabb49bb5dc
docker~build-push-action~BC5PEC.dockerbuild
20.9 KB
sha256:65364f0ef95957f6cad8b343f2b5c92174a0b702e3965172532621f7510b1c83
docker~build-push-action~BHB1KM.dockerbuild
30.5 KB
sha256:c44926ab7ca41aba8bd6ba2bcb1f60c9a8ae899be81cdfb9f8318b87904ea1b8
docker~build-push-action~CD25MY.dockerbuild
24.6 KB
sha256:91f48f784ce2ecdc2cf38f389570ef9ff98ee05bdb90254219103ae690fcd952
docker~build-push-action~CH4VLR.dockerbuild
12.8 KB
sha256:533fcbc6358441624a9145fce112a11b2b4a0b314341b11f980f7cf575c64707
docker~build-push-action~D77E0I.dockerbuild
59.3 KB
sha256:540bb75f937d22310ef13e3160ea696413a51ea9fca6e5ea78bf510231f384f5
docker~build-push-action~DHU3YG.dockerbuild
53.5 KB
sha256:d762779989ccb6f5688f974a9d535132abb7b832700739cf323ed2c63939860e
docker~build-push-action~EAPKJM.dockerbuild
42.7 KB
sha256:882109cac152b93919f2395fbabc39bd06f96edaae472a3f978214939ba8d364
docker~build-push-action~EWN4UQ.dockerbuild
24.3 KB
sha256:968fc942ec74f15fa2ae96b1d6d4fed1e3261f0b47dea3428b3fcccce3e796a2
docker~build-push-action~FCLTGS.dockerbuild
35 KB
sha256:9a47a8d42d99cb18765bd3f2a6c787ec7d93d7d0d99a12dc71d4d38d02902228
docker~build-push-action~FWR2NY.dockerbuild
32.9 KB
sha256:258e65c7f83814e2283df448772808a04fbac4510b30b3867e69ed9c505ffca5
docker~build-push-action~H5S6DG.dockerbuild
16.7 KB
sha256:ab5e159481763d3be3f36a5daa2a052725c3a1f2873646215400fa31e394537b
docker~build-push-action~IPFDYB.dockerbuild Expired
25.1 KB
sha256:f246be8cd298ed617319b8f043dfbc703b28553321c1ba66decca5e970469107
docker~build-push-action~JF3J5T.dockerbuild
30 KB
sha256:6c1a28d6536d9b9cb2b15b50b03b707970c01c994e1dd61dfd04899ffe28cadb
docker~build-push-action~JHQ1DY.dockerbuild
96.5 KB
sha256:37dc8d25b2cf11fdfe17fd0139cdf7a46ed3ae3d27a9353de90b44e3d4bd0f96
docker~build-push-action~JNEY8N.dockerbuild
24.6 KB
sha256:60018adb6a3baa54c3cc6972d51dc5cbfc863bdece781dd9ae8681e14a65d502
docker~build-push-action~KTZLM5.dockerbuild
23.8 KB
sha256:ff8afea80955d755fa2cafcf3adee9f52326914e71abb8f06e6265cd5f026260
docker~build-push-action~LCDJZS.dockerbuild
24.1 KB
sha256:c4b287302257b60667eb8ff6728f3d261c23bae3a0176d349bb05c51784ccca7
docker~build-push-action~LEB3UP.dockerbuild
32 KB
sha256:106853969925fb8bd64bdee62b7df247b9b36791e9e9292a0c56d0a729c01ca4
docker~build-push-action~LLKJ79.dockerbuild
45.8 KB
sha256:45971096068a0a0e515bb1bc008627238f142943b388ebe519507006e3f5e686
docker~build-push-action~LO1BR4.dockerbuild
30.8 KB
sha256:fefb4b9d431d50545d48759d5a2695d9ee69632e6beb6f530442e9b4924f0df5
docker~build-push-action~MFQDLE.dockerbuild
10.7 KB
sha256:685fe87d389ca9e015e4a410b37c0ab7f78a88631c668d9ccb651968f332b45c
docker~build-push-action~MQWTP9.dockerbuild
24.2 KB
sha256:ac4b41beb6a0b17298b712194a368a1837b5ebaabc73ceaa841d95241f981129
docker~build-push-action~P6B999.dockerbuild
30.4 KB
sha256:fb8f752b34bfd8c56f35788d206974b756338da2a7f10a9150ae02630366875a
docker~build-push-action~QEKLLL.dockerbuild
11.8 KB
sha256:7afa6ed80092a90008d5edfa2c5d2a529f06215276a63421453df2a0be93aaa1
docker~build-push-action~QZ1JLF.dockerbuild
25.6 KB
sha256:12d36648ddc1d384cff2adddd91011ba12b2fb73fa2565edae447fba5ed68644
docker~build-push-action~S1ONI0.dockerbuild
12 KB
sha256:3d2baa06efd60cbd4ffeb1fd9e4c2a45e27de0a4d50cfd72cfe28b969200c451
docker~build-push-action~S5AOOT.dockerbuild
51.2 KB
sha256:6c0db91ae1ce7b99539d82b69d476b52ef20e907e62bbbcb107f2defa1d2bfb8
docker~build-push-action~SKK2NU.dockerbuild
24.5 KB
sha256:6137778b9b77068c1e43fac7e8e9a70a66295f924a527f887c7991e540165627
docker~build-push-action~SNUH8H.dockerbuild
25.2 KB
sha256:2f7a0f49237be59b63d63eb0a15609a0e833b2ab71c4fc826ebcf6fce891adde
docker~build-push-action~T2LI7R.dockerbuild
20.9 KB
sha256:2359b8e732c7e251bea17f1b239aa1d65d2f34a2b09d8c2d109d03d46877436b
docker~build-push-action~U7B6SN.dockerbuild
35.6 KB
sha256:b079e59e9a121236be214410d479c9a37171694fd379bd9d7fd84c762145e744
docker~build-push-action~VNH1QI.dockerbuild
25.3 KB
sha256:48711e9ec1f5199f3cbf5fc6c5582074895db90516b1f3cf5183c0186715e0e6
docker~build-push-action~VT8EF9.dockerbuild
17 KB
sha256:a032aadb8620761c871874e051be5e556410e855448ffccad730b4c5bcecaf8e
docker~build-push-action~W0GZNU.dockerbuild
54.1 KB
sha256:ecfc19992aa1ce6cf45bb9b500bb34b1e0097455c8513ee901bb056384874ac3
docker~build-push-action~WCI9WE.dockerbuild
32.9 KB
sha256:4df14a37fac7b9f7ea06ecd72c17399e058076f609dfcab315a16f360703219d
docker~build-push-action~WL2M22.dockerbuild
24.3 KB
sha256:fd898ccde7254c80c6a072fe08489669deba2550518f5bbe1ea888c73e9a743a
docker~build-push-action~WMJ6KJ.dockerbuild
39.5 KB
sha256:219a33486c44c6a61850d3607ec7e00c8e30577b0148cb161859350f3dea11dd
docker~build-push-action~XCJU2A.dockerbuild
25.3 KB
sha256:2421c16864eb6fadfcc7775d94212174035c49e8391664bcbfa64ac23d2a1732
docker~build-push-action~XHBCQE.dockerbuild
34.2 KB
sha256:ceb703ae1df23415b13633f3029d8ccbfe27ccd910168e3b492b977e6c6c8e23
docker~build-push-action~Z3UE36.dockerbuild
31.6 KB
sha256:76dcd9bebc5bcdea303b2263969bdce1e7e09d60a05e9e1d2f3e5b218c72c09d
docker~build-push-action~ZPHK99.dockerbuild
12 KB
sha256:b9b720e06d4dbe8bc6ab3d7801882459c163940bcd9be1d2c34ecd70b5c1fc9c