Skip to content

Replace container to due errors #5253

Replace container to due errors

Replace container to due errors #5253

Triggered via pull request June 12, 2024 15:19
Status Success
Total duration 33s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  shell
11s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
style  /  ...  /  Auto-format and Check
style / Golang / Auto-format and Check
style  /  ...  /  Do Not Submit
style / Golang / Do Not Submit
style  /  ...  /  Lint
style / Golang / Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
style / suggester / shell: hack/allocate.sh#L142
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:142:- $KUBECTL apply --filename https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-crds.yaml hack/allocate.sh:142:+ $KUBECTL apply --filename https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-crds.yaml
style / suggester / shell: hack/allocate.sh#L147
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:147:- curl -L -s https://github.com/knative/serving/releases/download/knative-$knative_serving_version/serving-core.yaml | $KUBECTL apply -f - hack/allocate.sh:147:+ curl -L -s https://github.com/knative/serving/releases/download/knative-"$knative_serving_version"/serving-core.yaml | $KUBECTL apply -f -
style / suggester / shell: hack/allocate.sh#L244
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:244:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/eventing-core.yaml | $KUBECTL apply -f - hack/allocate.sh:244:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/eventing-core.yaml | $KUBECTL apply -f -
style / suggester / shell: hack/allocate.sh#L249
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:249:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/in-memory-channel.yaml | $KUBECTL apply -f - hack/allocate.sh:249:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/in-memory-channel.yaml | $KUBECTL apply -f -
style / suggester / shell: hack/allocate.sh#L254
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: hack/allocate.sh:254:- curl -L -s https://github.com/knative/eventing/releases/download/knative-$knative_eventing_version/mt-channel-broker.yaml | $KUBECTL apply -f - hack/allocate.sh:254:+ curl -L -s https://github.com/knative/eventing/releases/download/knative-"$knative_eventing_version"/mt-channel-broker.yaml | $KUBECTL apply -f -
style / suggester / shell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.