Skip to content

chore(deps): Bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #3041

chore(deps): Bump github/codeql-action/analyze from 4.36.2 to 4.36.3

chore(deps): Bump github/codeql-action/analyze from 4.36.2 to 4.36.3 #3041

Triggered via pull request July 6, 2026 11:54
Status Success
Total duration 51s
Artifacts 56

ci.yml

on: pull_request
minimal
29s
minimal
git-context
29s
git-context
git-context-query
26s
git-context-query
git-context-secret
23s
git-context-secret
path-context
30s
path-context
example
16s
example
error
5s
error
error-buildx
30s
error-buildx
docker-driver
19s
docker-driver
export-docker
14s
export-docker
secret
21s
secret
secret-files
13s
secret-files
secret-envs
22s
secret-envs
network
20s
network
shm-size
13s
shm-size
ulimit
12s
ulimit
cgroup-parent
16s
cgroup-parent
add-hosts
14s
add-hosts
no-cache-filters
23s
no-cache-filters
registry-cache
23s
registry-cache
github-cache
17s
github-cache
local-cache
20s
local-cache
standalone
12s
standalone
named-context-pin
13s
named-context-pin
named-context-docker
24s
named-context-docker
named-context-container
21s
named-context-container
docker-config-malformed
11s
docker-config-malformed
proxy-docker-config
32s
proxy-docker-config
proxy-buildkitd
31s
proxy-buildkitd
annotations
23s
annotations
multi-output
28s
multi-output
load-and-push
19s
load-and-push
summary-disable
19s
summary-disable
summary-not-supported
24s
summary-not-supported
record-upload-disable
18s
record-upload-disable
annotations-disabled
19s
annotations-disabled
call-check
18s
call-check
no-default-attestations
17s
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 47 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:d97eea25444d1fb1e6df1d69731dc6cb1a97ff5a2c4fce22c5d7804f51357133": dial tcp [::1]:5000: connect: connection refused
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)
secret-files
INVALID_SECRET= is not a valid secret
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/
checks (v0.14.1)
Failed to restore:
github-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
github-cache
Failed to restore:
load-and-push
Failed to restore:
multi (multi-sudo)
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
multi (multi-sudo)
Failed to restore:
local-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
local-cache
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/
secret
INVALID_SECRET= is not a valid secret
git-context-secret
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context-secret
Failed to restore:
registry-cache
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
registry-cache
Failed to restore:
secret-envs
INVALID_SECRET= is not a valid secret
summary-not-supported
Failed to restore:
git-context-query
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context-query
undefined is not iterable (cannot read property Symbol(Symbol.iterator))
git-context-query
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
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
git-context
Failed to restore:
multi-output
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
multi-output
Failed to restore:
path-context
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
path-context
Failed to restore:
error-buildx
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
error-buildx
Failed to restore:
multi (multi)
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
multi (multi)
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:

Artifacts

Produced during runtime
Name Size Digest
docker~build-push-action~0IP6J6.dockerbuild
12.4 KB
sha256:58513915afe225480232ac0b7b5447a37a35f42223b3c8188a96994d8d8a8588
docker~build-push-action~0RVNOW.dockerbuild
39.2 KB
sha256:d05e4dbafefafcd6f23c244bb0b84fe317d5672a97292550299c5fa15c160030
docker~build-push-action~3BIK12.dockerbuild
59.7 KB
sha256:1d1f9c198836eb3385aa03c478217b6d54ee1df9b1bc6c0565078c0bf238d7bb
docker~build-push-action~4FXQL7.dockerbuild
27.4 KB
sha256:afbf71b093297ed27084c08f2dbe1c2211471919e5e3390c23181117438bcd09
docker~build-push-action~78WM3N.dockerbuild
18.5 KB
sha256:cc0b6b0cbfb8c593213def5aa5e36ef754033738135947f69497a63b0e981a2a
docker~build-push-action~7N5UM0.dockerbuild
27.5 KB
sha256:ee3323cd59d8e85421e5ef5509e905a2318158da3ddbfcb36fa249d998791fc1
docker~build-push-action~8GCF34.dockerbuild
63.1 KB
sha256:061fb467fc5eafc6809149c018993286f8b082f6dc0166921296bfb9eb2a0a69
docker~build-push-action~8VRZ4B.dockerbuild Expired
27.5 KB
sha256:fd3178c6df58dad75bb0c837cc13431e4c3c8fe7a7f4fc99395d374fffbd9193
docker~build-push-action~9IQ9IG.dockerbuild
65.7 KB
sha256:d14d29865631fbce942a705f50a34263a20e9696d045bf67e2df637f00bf5eda
docker~build-push-action~APKJQW.dockerbuild
26.1 KB
sha256:b9a40d4e706df6f0bdbe197002edad8fdbea7b98558bc491705241d48dd10a94
docker~build-push-action~B12Q4H.dockerbuild
36.3 KB
sha256:79ee6effdb2ac004be35492829b4eaa744e6d1778d6985dd88a4414a3e5961d7
docker~build-push-action~D0FB3N.dockerbuild
25.9 KB
sha256:cd0051b349c8cf8348b2758bd7c2697b6c96800364794520663780603863c854
docker~build-push-action~E3ELQM.dockerbuild
27.2 KB
sha256:7c65e738a32eec0e999c19aa2c362d346a87be8c16ba7f9820a6e67177b0bcf0
docker~build-push-action~GGISA2.dockerbuild
11.1 KB
sha256:cc444d0e6f1f0d2e116c43b7148c1ec2f495c07693aae904c959f84aa642841e
docker~build-push-action~I54N68.dockerbuild
12.8 KB
sha256:9a360b12e86f579679d218f4b4ccba7b64e9c35ba72c92e7e94ce43819dcc543
docker~build-push-action~I8TOFH.dockerbuild
11.6 KB
sha256:a90f87d821412818c9b64e4c38676070a1fa36893fb400770ed9a7b6cf023d9b
docker~build-push-action~ICJ52J.dockerbuild
34.8 KB
sha256:c8473d8a31a85f6786edac03d8ba68c4ea72644386a0a61c8b4447741531d1c0
docker~build-push-action~IGNRBO.dockerbuild
33.6 KB
sha256:a3c516e355e2ad220d35dd2d769b0deca4db98a56bfc5b6d5e7bae1b3073c828
docker~build-push-action~IUFLFX.dockerbuild
26 KB
sha256:4dea8294adf32963dd7e5b75d87d05feeb6ca4119c5418185d2c3dab5392cc12
docker~build-push-action~J1ASHG.dockerbuild
25.8 KB
sha256:85692355a2e1867bc761c7ba432798c9cee55110b79b79958e015f8c4e88d774
docker~build-push-action~JZTO20.dockerbuild
25.6 KB
sha256:16efb016ce497b6849e74222ba0a82aa52912f415316e8b89040ce7d7432bccb
docker~build-push-action~K85XTP.dockerbuild
47.1 KB
sha256:8716508d7b83eee7ac69e4d023612395e0b5d53a6c39a2dcf329ded62bf06f1f
docker~build-push-action~LW6L9U.dockerbuild
35.6 KB
sha256:533446bb95fcd24754417fc949b7904990cc1b996cc2b960c3d74098bff42a4a
docker~build-push-action~MHB1QB.dockerbuild
55 KB
sha256:9a34e21a4c98e51acfd9e4eddea102c10663ebeacb13fba95e5163af173535d5
docker~build-push-action~MIZZGH.dockerbuild
27.4 KB
sha256:0cdbea1101a89ad03759fe571c6f9305160502e3316a558adc4cc3362cdf4249
docker~build-push-action~MN8OUQ.dockerbuild
31.9 KB
sha256:ed07d2c4969a6feb77209b4e66aea70f7b1c411fda53db4a559dc90c9c0f17d1
docker~build-push-action~NKS229.dockerbuild
23.4 KB
sha256:8b85b2a3121e7bf320b3f1322d055a918e4929d43d288d8694b98d5aaccc20aa
docker~build-push-action~NXE2QX.dockerbuild
32.1 KB
sha256:0ef4878b4174e5507b4ae636aa2abfdbb1ec610bc08327bc8c07776c416cf71a
docker~build-push-action~O9E1LP.dockerbuild
38.6 KB
sha256:59f3af036b764c479f1e5f11f738d8af02ade7d2e3f563aa41e421f0da49c62c
docker~build-push-action~OBX5U9.dockerbuild
26.4 KB
sha256:7d62610d726547781a748f836e3ecb099c81e7e52533f9d736fc6b37910407f9
docker~build-push-action~P4RRVW.dockerbuild
65.1 KB
sha256:e8e6465503fdb525e681cc72407efee347d183c3611384c06bf60d7be3a87e3d
docker~build-push-action~PANYPE.dockerbuild
36.6 KB
sha256:77c095bed13af1a246b79cba28321f0858ca6ce0ed4f927c20273f8a8574a503
docker~build-push-action~PZVRO5.dockerbuild
25.6 KB
sha256:4f4310eb03c910f40df5bbe7b3db2490a1bf08c0107577d75f48c0ef77337270
docker~build-push-action~QF1FN8.dockerbuild
11.7 KB
sha256:d37f66d47f4012d13fc254c039a131af3fe7bd5ee5d3d7472393c98e45c97be8
docker~build-push-action~QGYTE2.dockerbuild
35 KB
sha256:c0c59092f681a5d82d28cab663de88bfd0fa607210b1ad4e2e66475f95ac4052
docker~build-push-action~QIZYNO.dockerbuild
11.9 KB
sha256:426a9c72b08b7c1b0de3907001e9b5e9b8fe8f88b9e90cee0dd612b32ad3b6e4
docker~build-push-action~REBF9I.dockerbuild
32.6 KB
sha256:9411175bcce561b0afb7311be4e614fd4aae4fa8a3686799d4792272e8ef4739
docker~build-push-action~RXVTEO.dockerbuild
25.9 KB
sha256:94fe698d5723c990a6670fb1a1bec78f6303a13a4ef7ac398fc55dd462490100
docker~build-push-action~RXX3XT.dockerbuild
27.4 KB
sha256:6826ebc4fbd42d2a38f53e433811ecfea27e6bdfbe87774489c401dc18af1882
docker~build-push-action~S5CCTW.dockerbuild
32.7 KB
sha256:f3052a276ad78b6ff8f8508b367c4e6f2a42abb6b34320460065b3fa32dab497
docker~build-push-action~SRXMVQ.dockerbuild
38.4 KB
sha256:3a88bc8c76a2101155f1eb272e4b6aa4ddd72613b4505b0527b83f2ef22bd093
docker~build-push-action~UBGK8X.dockerbuild
25.4 KB
sha256:fe27136f171dd7ab4dbe90a026045f233e57317b7dd94004824a6880b0961380
docker~build-push-action~UELRK0.dockerbuild
33.3 KB
sha256:3f5a65e03ffde329e09e81668fc9a2d7e1779a24bcdac856f03ba5211c19282a
docker~build-push-action~UHRKZE.dockerbuild
46.4 KB
sha256:8c451be68ef37001f5f47e0e5fa317abf8e6c7bd7fbf1d4cfe5aca814f9cbefd
docker~build-push-action~UI6X98.dockerbuild
23.2 KB
sha256:53ebf62f49510a79067c0b2b81049ada1cbbad5812122b515648702e8b2b2fec
docker~build-push-action~UZZJ3M.dockerbuild
46.3 KB
sha256:b6d14b1d6fcb57bd0cd66582add1f229e9f3965c1d0e61743b91f953699e85a4
docker~build-push-action~W30AZ4.dockerbuild
23.2 KB
sha256:afbcbd0651b30c8c8ff29fad5a443172530fc9511181b7b50a903f575761dcdc
docker~build-push-action~W5NQRG.dockerbuild
26 KB
sha256:67d8070e1d16d443fdc6c9b5cff86770ee8044b31594ae08409316c73ebbaeff
docker~build-push-action~WD418Q.dockerbuild
18.1 KB
sha256:67ec49ed99c391d96d3c4df25311cd4d96e8283f462a3e9744a68eaa816cddb2
docker~build-push-action~WE3R0U.dockerbuild
12.3 KB
sha256:90710e6160bc6ee844044808374661fb9e180c8d1b12e91824291e144ba0eb12
docker~build-push-action~WR1L1S.dockerbuild
110 KB
sha256:320302cf51a7c7f79f0cfd01bfc90932ec15b8db2671de97ee139230fe3e8518
docker~build-push-action~WZK6LC.dockerbuild
25.6 KB
sha256:c9ddcd444b15ab3cf27b678b19e3ebc43c8ab7f5742247165703160f3071bee6
docker~build-push-action~X4Y89L.dockerbuild
57.3 KB
sha256:7df4940315a4734ee7ba4bccead6a211753985653023209c595336a1900eb0b9
docker~build-push-action~XLHIIP.dockerbuild
11.9 KB
sha256:7b2419be68e2cf45d01f3b9fd6c16f698440b241386711b61aa8e3ade176d590
docker~build-push-action~XZPBLS.dockerbuild
26 KB
sha256:022fcf8e0eb4af1509a5d8745beed022eb53ed053113adc135f6fbd943219188
docker~build-push-action~YV447V.dockerbuild
55.8 KB
sha256:ca5d81de80552317464c0dfa8304ae0da4d75a66affcd3dd4e71c1f630511261