From a7ec6aec4221932ce9c56cab80f6d93da77b6e77 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 9 Sep 2025 14:57:15 +0200 Subject: [PATCH] chore(deps): update hadolint/hadolint-action action to v3.2.0 (#368) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) | action | minor | `v3.1.0` -> `v3.2.0` | --- ### Release Notes
hadolint/hadolint-action (hadolint/hadolint-action) ### [`v3.2.0`](https://github.com/hadolint/hadolint-action/releases/tag/v3.2.0) [Compare Source](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0) ##### Features - new minor release ([3fc49fb](https://github.com/hadolint/hadolint-action/commit/3fc49fb50d59c6ab7917a2e4195dba633e515b29))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/368 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6c906b3..51a7545 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Run Hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: Dockerfile output-file: hadolint.out