chore(ci): add CI workflow and Dependabot hardening#116
Open
t0kubetsu wants to merge 4 commits into
Open
Conversation
- CI runs inside containerised Debian/Python/Node images (not bare ubuntu-latest) - Dependabot enabled for package ecosystem + github-actions
debian:trixie-slim ships without CA certificates; actions/checkout@v4 clones via HTTPS and fails with "SSL CA cert" error without them.
8d8bac7 to
dd00c8d
Compare
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.
Closes #115
Summary
Add CI pipeline (ShellCheck + Ansible Lint) and Dependabot hardening. CI-only — no source scripts touched.
Commits
9a2d0b0 chore(ci): add CI workflow and Dependabot hardening616bb05 fix(ci): add ca-certificates to debian:trixie-slim apt installd01a350 ci(workflow): fix push branch triggers — feat/** + fix/** replace feature/**dd00c8d fix(ci): bump actions/checkout from v4 to v6Changes
.github/workflows/ci.yml— shellcheck ondebian:trixie-slim, ansible-lint onpython:3.13-slim; push triggers coverfeat/**andfix/**branches;actions/checkout@v6.github/dependabot.yml— automated github-actions dependency updatesNot included
SC2034 dead variable fixes (
devkit_proxmox.STDIN.normalize.to.jsons.sh,proxmox_vm.vm_id.get_usage.to.jsons.sh) are in PR #118.Test plan