[RELEASE-1.11] Drop extra network-policies #62
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
shell
7s
style
/
...
/
yaml
22s
style
/
...
/
github_actions
0s
style
/
...
/
Auto-format and Check
style
/
...
/
Do Not Submit
style
/
...
/
Lint
Matrix: style / Golang / Boilerplate Check
Waiting for pending jobs
Annotations
3 errors and 3 warnings
style / suggester / shell:
openshift/release/download_release_artifacts.sh#L25
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
openshift/release/download_release_artifacts.sh:25:- for yaml in `find $dir -type f $exclude_option -name "*.yaml" | sort`; do
openshift/release/download_release_artifacts.sh:25:+ for yaml in $(find "$dir" -type f "$exclude_option" -name "*.yaml" | sort); do
|
style / suggester / shell:
openshift/release/download_release_artifacts.sh#L36
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
openshift/release/download_release_artifacts.sh:36:- echo $file
openshift/release/download_release_artifacts.sh:36:+ echo "$file"
|
style / suggester / shell:
openshift/release/download_release_artifacts.sh#L38
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
openshift/release/download_release_artifacts.sh:38:- sed -e "s+app.kubernetes.io/version: devel+app.kubernetes.io/version: \""$VERSION"\"+" \
openshift/release/download_release_artifacts.sh:38:+ sed -e "s+app.kubernetes.io/version: devel+app.kubernetes.io/version: \"""$VERSION""\"+" \
|
style / changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/.
|
style / suggester / yaml
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/.
|