From 53c27a50d151675034bb931ddd9f7068ddb6c0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 23:11:02 +0000 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.1.0 (#20) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hadolint/hadolint-action](https://togithub.com/hadolint/hadolint-action) | action | minor | `v3.0.0` -> `v3.1.0` | --- ### Release Notes
hadolint/hadolint-action ### [`v3.1.0`](https://togithub.com/hadolint/hadolint-action/releases/tag/v3.1.0) [Compare Source](https://togithub.com/hadolint/hadolint-action/compare/v3.0.0...v3.1.0) #### What's Changed - Make output-file by default to /dev/stdout by [@​DracoBlue](https://togithub.com/DracoBlue) in [https://github.com/hadolint/hadolint-action/pull/71](https://togithub.com/hadolint/hadolint-action/pull/71) #### New Contributors - [@​DracoBlue](https://togithub.com/DracoBlue) made their first contribution in [https://github.com/hadolint/hadolint-action/pull/71](https://togithub.com/hadolint/hadolint-action/pull/71) **Full Changelog**: https://github.com/hadolint/hadolint-action/compare/v3.0.0...v3.1.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/tomacheese/pixiv-public-to-private). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/hadolint-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hadolint-ci.yml b/.github/workflows/hadolint-ci.yml index 3a00b65..d51d449 100644 --- a/.github/workflows/hadolint-ci.yml +++ b/.github/workflows/hadolint-ci.yml @@ -18,4 +18,4 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@v3 - - uses: hadolint/hadolint-action@v3.0.0 + - uses: hadolint/hadolint-action@v3.1.0