mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-05-02 20:38:21 +08:00
Merge pull request #530 from docker/dependabot/github_actions/github/codeql-action-4.35.2
Some checks failed
zizmor / zizmor (push) Failing after 3s
validate / prepare (push) Successful in 8s
codeql / analyze (push) Failing after 47s
test / test (push) Successful in 51s
validate / validate (push) Successful in 39s
ci / main (cloud:latest) (push) Successful in 14s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 14s
ci / main (lab:latest) (push) Successful in 13s
ci / main (v0.4.1) (push) Successful in 14s
ci / windows-error (push) Waiting to run
ci / main () (push) Successful in 17s
ci / main (latest) (push) Successful in 15s
ci / multi (push) Successful in 20s
ci / use (false) (push) Successful in 10s
ci / use (true) (push) Successful in 12s
ci / docker-driver (push) Successful in 8s
ci / driver (image=moby/buildkit:latest) (push) Successful in 12s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 11s
ci / debug (push) Successful in 20s
ci / endpoint (push) Failing after 10s
ci / buildkitd-config (push) Successful in 14s
ci / buildkitd-config-inline (push) Successful in 16s
ci / with-qemu (, all) (push) Successful in 17s
ci / with-qemu (v0.9.1, all) (push) Failing after 16s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 9s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 17s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 13s
ci / build-ref (refs/pull/731/head) (push) Failing after 12s
ci / error (push) Failing after 59s
ci / build-ref (master) (push) Successful in 21s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 23s
ci / docker-context (push) Successful in 12s
ci / standalone-cmd (push) Successful in 24s
ci / append (push) Successful in 23s
ci / standalone-action (push) Successful in 26s
ci / platforms (push) Successful in 24s
ci / cleanup (false) (push) Successful in 12s
ci / cleanup (true) (push) Successful in 13s
ci / cache-binary (false) (push) Failing after 9s
ci / k3s (latest) (push) Failing after 14s
ci / k3s (v0.10.5) (push) Failing after 13s
ci / k3s (v0.11.0) (push) Failing after 12s
ci / cache-binary (true) (push) Failing after 10s
ci / keep-state-error (push) Successful in 10s
ci / keep-state (push) Successful in 12s
Some checks failed
zizmor / zizmor (push) Failing after 3s
validate / prepare (push) Successful in 8s
codeql / analyze (push) Failing after 47s
test / test (push) Successful in 51s
validate / validate (push) Successful in 39s
ci / main (cloud:latest) (push) Successful in 14s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 14s
ci / main (lab:latest) (push) Successful in 13s
ci / main (v0.4.1) (push) Successful in 14s
ci / windows-error (push) Waiting to run
ci / main () (push) Successful in 17s
ci / main (latest) (push) Successful in 15s
ci / multi (push) Successful in 20s
ci / use (false) (push) Successful in 10s
ci / use (true) (push) Successful in 12s
ci / docker-driver (push) Successful in 8s
ci / driver (image=moby/buildkit:latest) (push) Successful in 12s
ci / driver (image=moby/buildkit:master
network=host
) (push) Successful in 11s
ci / debug (push) Successful in 20s
ci / endpoint (push) Failing after 10s
ci / buildkitd-config (push) Successful in 14s
ci / buildkitd-config-inline (push) Successful in 16s
ci / with-qemu (, all) (push) Successful in 17s
ci / with-qemu (v0.9.1, all) (push) Failing after 16s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 9s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 17s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 13s
ci / build-ref (refs/pull/731/head) (push) Failing after 12s
ci / error (push) Failing after 59s
ci / build-ref (master) (push) Successful in 21s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 23s
ci / docker-context (push) Successful in 12s
ci / standalone-cmd (push) Successful in 24s
ci / append (push) Successful in 23s
ci / standalone-action (push) Successful in 26s
ci / platforms (push) Successful in 24s
ci / cleanup (false) (push) Successful in 12s
ci / cleanup (true) (push) Successful in 13s
ci / cache-binary (false) (push) Failing after 9s
ci / k3s (latest) (push) Failing after 14s
ci / k3s (v0.10.5) (push) Failing after 13s
ci / k3s (v0.11.0) (push) Failing after 12s
ci / cache-binary (true) (push) Failing after 10s
ci / keep-state-error (push) Successful in 10s
ci / keep-state (push) Successful in 12s
build(deps): bump github/codeql-action from 4.35.1 to 4.35.2
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -35,12 +35,12 @@ jobs:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
|
||||
with:
|
||||
languages: javascript-typescript
|
||||
build-mode: none
|
||||
-
|
||||
name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
|
||||
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
|
||||
with:
|
||||
category: "/language:javascript-typescript"
|
||||
|
||||
Reference in New Issue
Block a user