security: pin image and package versions - #204
Merged
Merged
Conversation
- Pin Home Assistant to 2024.12.0 (was using latest) - Pin yq to v4.44.1 with SHA256 hash verification - Pin B2 CLI to v6.13.0 with SHA256 hash verification - Pin all APT packages with version specifiers - Pin docker-compose-plugin to 2.29.6-1~ubuntu~jammy - Pin Python packages: ansible=2.13.0, linode-cli=5.45.0 - Pin Alpine packages with version and release tags - Remove :latest tag from Docker image publishing workflow - Disable respectLatest in Renovate and disallow latest/stable/dev versions Co-authored-by: Copilot <[email protected]>
Owner
Author
|
@copilot a few things:
|
- renovate.json: remove invalid global-only settings (respectLatest, disallowedVersions) - Runner: update CodeQL 2.23.3→2.25.2, yq 4.44.1→4.53.2 with correct SHA256, B2 CLI 6.13.0→4.6.0 with correct SHA256, ansible-core 2.20.5 (was ansible 2.13.0), linode-cli 5.45.0→5.66.0, remove broken apt version pins, remove jammy docker-compose-plugin pin - home-assistant: update 2024.12.0→2026.4.4 - Alpine images: remove broken apk version pins (curl, Kubectl, mcp-proxy-node) Agent-Logs-Url: https://github.com/mike12806/public-docker/sessions/48fe9b25-f07e-4f10-9cc2-5b45ac7c38d4 Co-authored-by: mike12806 <[email protected]>
Contributor
Fixed in commit d490aa7: Version updates:
Failing jobs fixed:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
Implements comprehensive supply chain security hardening by pinning all unpinned Docker images and package versions.
Changes
Docker Images & External Tools
Package Versions
CI/CD & Dependency Management
Security Benefits