Skip to content

upgrade reviewdog version in dockerfile to latest #2

upgrade reviewdog version in dockerfile to latest

upgrade reviewdog version in dockerfile to latest #2

Triggered via push December 5, 2023 13:43
Status Success
Total duration 31s
Artifacts

reviewdog.yml

on: push
runner / shellcheck
5s
runner / shellcheck
runner / shfmt
7s
runner / shfmt
runner / actionlint
7s
runner / actionlint
runner / misspell
10s
runner / misspell
runner / alex
21s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

9 warnings and 2 notices
[shellcheck] testdata/test_failed_dbt/setup.sh#L4 <ShellCheck.SC2155>: testdata/test_failed_dbt/setup.sh#L4
Declare and assign separately to avoid masking return values.
[actionlint] .github/workflows/dockerimage.yml#L13: .github/workflows/dockerimage.yml#L13
shellcheck reported issue in this script: SC2046:warning:1:65: Quote this to prevent word splitting [shellcheck]
[actionlint] .github/workflows/test.yml#L33: .github/workflows/test.yml#L33
input "sqlfluff_version" is not defined in action "Run sqlfluff with reviewdog" defined at "./". available inputs are "config", "dialect", "disable-noqa", "encoding", "exclude-rules", "extra_requirements_txt", "fail_on_error", "file_pattern", "filter_mode", "github_base_ref", "github_token", "level", "paths", "processes", "reporter", "reviewdog_version", "rules", "sqlfluff_command", "templater", "working-directory" [action]
[actionlint] .github/workflows/test.yml#L78: .github/workflows/test.yml#L78
input "sqlfluff_version" is not defined in action "Run sqlfluff with reviewdog" defined at "./". available inputs are "config", "dialect", "disable-noqa", "encoding", "exclude-rules", "extra_requirements_txt", "fail_on_error", "file_pattern", "filter_mode", "github_base_ref", "github_token", "level", "paths", "processes", "reporter", "reviewdog_version", "rules", "sqlfluff_command", "templater", "working-directory" [action]
runner / shellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
runner / actionlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
runner / shfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
runner / alex
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
runner / misspell
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[shellcheck] entrypoint.sh#L119 <ShellCheck.SC2002>: entrypoint.sh#L119
Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
[shellcheck] entrypoint.sh#L167 <ShellCheck.SC2016>: entrypoint.sh#L167
Expressions don't expand in single quotes, use double quotes for that.