Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hadolint/hadolint-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: hadolint/hadolint-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 17, 2023

  1. Make output-file by default to /dev/stdout

    To fix #60 in hadolint-action>v2.0.0
    DracoBlue authored Jan 17, 2023
    Copy the full SHA
    1a139ce View commit details
  2. Merge pull request #71 from DracoBlue/patch-2

    Make output-file by default to /dev/stdout
    lorenzo authored Jan 17, 2023
    Copy the full SHA
    0ef98d9 View commit details
  3. fix release

    lorenzo authored Jan 17, 2023
    Copy the full SHA
    54c9adb View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 action.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ inputs:
output-file:
required: false
description: 'The path where to save the linting results to'
default:
default: "/dev/stdout"

# standart hadolint options:
no-color: