diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d3450a..277c0d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: needs: integration-tests steps: - uses: actions/checkout@v2 - - uses: cycjimmy/semantic-release-action@v2 + - uses: cycjimmy/semantic-release-action@v3 with: extra_plugins: | @semantic-release/git diff --git a/action.yml b/action.yml index e319998..f0fa9ab 100644 --- a/action.yml +++ b/action.yml @@ -18,12 +18,11 @@ inputs: output-file: required: false description: 'The path where to save the linting results to' - default: + default: "/dev/stdout" results-to-console: required: false description: 'The flag to print Hadolint results to console' default: false - # standart hadolint options: no-color: required: false