Merge pull request #350 from docker/dependabot/github_actions/actions/github-script-8
Some checks failed
ci-subaction / list-targets (["lint-default","lint-labs","lint-nydus","lint-proto","lint-yaml","validate-doctoc","validate-vendor"] , validate, group-matrix) (push) Failing after 5s
ci-subaction / list-targets (["t1","t2"] , group) (push) Failing after 5s
ci-subaction / list-targets (["v1-tag","v2-tag"] , docker-bake.json docker-bake.hcl , multi-files) (push) Failing after 4s
ci-subaction / matrix ([{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile"},{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile","platforms":"darwin/amd64"},{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile","platforms":"… (push) Failing after 3s
ci-subaction / matrix ([{"target":"lint","platforms":"darwin/amd64"},{"target":"lint","platforms":"darwin/arm64"},{"target":"lint","platforms":"linux/amd64"},{"target":"lint","platforms":"linux/arm64"},{"target":"lint","platforms":"linux/s390x"},{"target":"lint","pla… (push) Failing after 3s
ci-subaction / matrix ([{"target":"lint"},{"target":"lint-gopls"},{"target":"validate-docs"},{"target":"validate-vendor"}] , validate, group-with-platform) (push) Failing after 5s
ci-subaction / matrix ([{"target":"lint-default"},{"target":"lint-labs"},{"target":"lint-nydus"},{"target":"lint-proto"},{"target":"lint-yaml"},{"target":"validate-doctoc"},{"target":"validate-vendor"}] , validate, group-matrix) (push) Failing after 5s
ci-subaction / matrix ([{"target":"t1"},{"target":"t2"}] , group) (push) Failing after 4s
validate / prepare (push) Failing after 4s
validate / validate (push) Has been skipped
ci / bake (default) (push) Has been cancelled
ci / bake (release) (push) Has been cancelled
ci / error-msg (push) Has been cancelled
ci / error-check (push) Has been cancelled
ci / standalone (push) Has been cancelled
ci / remote (push) Has been cancelled
ci / provenance () (push) Has been cancelled
ci / provenance (builder-id=foo) (push) Has been cancelled
ci / provenance (false) (push) Has been cancelled
ci / provenance (mode=max) (push) Has been cancelled
ci / provenance (true) (push) Has been cancelled
ci / sbom (/tmp/bake-build, binary) (push) Has been cancelled
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Has been cancelled
ci / set (push) Has been cancelled
ci / group (push) Has been cancelled
ci / docker-config-malformed (push) Has been cancelled
ci / proxy-docker-config (push) Has been cancelled
ci / proxy-buildkitd (push) Has been cancelled
ci / git-context (push) Has been cancelled
ci / git-context-and-local (push) Has been cancelled
ci / multi-output (push) Has been cancelled
ci / load-and-push (push) Has been cancelled
ci / summary-disable (push) Has been cancelled
ci / summary-disable-deprecated (push) Has been cancelled
ci / summary-not-supported (push) Has been cancelled
ci / record-upload-disable (push) Has been cancelled
ci / record-retention-days (0) (push) Has been cancelled
ci / record-retention-days (2) (push) Has been cancelled
ci / export-legacy (false) (push) Has been cancelled
ci / export-legacy (true) (push) Has been cancelled
ci / checks (edge) (push) Has been cancelled
ci / checks (v0.14.1) (push) Has been cancelled
ci / annotations-disabled (push) Has been cancelled
ci / allow (edge) (push) Has been cancelled
ci / allow (v0.17.1) (push) Has been cancelled
ci / allow (v0.18.0) (push) Has been cancelled
ci / allow (v0.19.0) (push) Has been cancelled
ci / no-default-attestations (push) Has been cancelled
ci / call-check (push) Has been cancelled
ci / call-check-multi (push) Has been cancelled
ci / call-check-nowarning (push) Has been cancelled

chore(deps): Bump actions/github-script from 7 to 8
This commit is contained in:
CrazyMax
2025-09-13 13:12:26 +02:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ jobs:
target: ${{ matrix.target }}
-
name: Check output
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
INPUT_TARGETS: ${{ steps.gen.outputs.targets }}
INPUT_EXPECTED: ${{ matrix.expected }}
@@ -121,7 +121,7 @@ jobs:
fields: ${{ matrix.fields }}
-
name: Check output
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
INPUT_MATRIX: ${{ steps.gen.outputs.matrix }}
INPUT_EXPECTED: ${{ matrix.expected }}