Repo maintenance: pin deps, harden entrypoint, update Docker base#7
Merged
Conversation
- Pin alpine:latest to alpine:3.24, remove DL3007 hadolint ignore - Bump actions/checkout v6 → v7 (SHA-pinned) - Replace unmaintained brpaz/hadolint-action with official hadolint/hadolint-action v3.3.0 (SHA-pinned) - Add Dependabot docker ecosystem for Alpine base image updates - Add cooldown config to Dependabot - Replace eval-based command building with set/exec for safer argument handling - Update README example to actions/checkout v7 - Remove unused ROOTLY_CLI_VERSION ARG
ddd3a7d to
8f665c4
Compare
Hchanni
approved these changes
Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
alpine:latest→alpine:3.24, removeDL3007hadolint ignore, remove unusedROOTLY_CLI_VERSIONARGactions/checkoutv6 → v7, replace unmaintainedbrpaz/hadolint-actionwith officialhadolint/hadolint-actionv3.3.0 — all SHA-pinneddockerecosystem for Alpine base image updates, add cooldown configeval-based command building withset/execfor safer argument handling (avoids shell injection if inputs contain special chars)actions/checkout@v7Test plan