chore(deps): full image refresh (dashboard bumps + Renovate blind spots) - #58
Open
ozeranskii wants to merge 2 commits into
Open
chore(deps): full image refresh (dashboard bumps + Renovate blind spots)#58ozeranskii wants to merge 2 commits into
ozeranskii wants to merge 2 commits into
Conversation
Comprehensive refresh; every paired *_SHA256 recomputed from the real artifact and re-verified against upstream checksums or archive integrity. Dashboard bumps: - kubectl 1.36.3, packer 1.16.0, pulumi 3.254.0, node-tc 22.23.2/24.18.1, aws-cli 2.36.9, sam 1.164.0, bicep 0.46.1, codeql-bundle 2.26.2 (+ SHA) - npm 11.19.0, homebrew 6.0.13, pipx 1.16.3, webpack 5.109.1, webpack-cli 7.2.2, grunt 1.6.3 (hashless) - GHA: docker/login-action v4.6.0, ossf/scorecard-action v2.4.4, github/codeql-action v4.37.4; hooks: hadolint v2.15.1, markdownlint v0.23.2 Renovate blind spots (unmanaged ARGs drifted vs ubuntu-latest): - stack 3.9.3 -> 3.11.1, miniconda py313_26.3.2-2 -> py314_26.5.3-2, ruby 3.3.11 -> 3.3.12, cmake4 4.3.3 -> 4.4.1, setuptools 82.0.1 -> 83.0.0 renovate.json: pin lerna <10 (parity). Deferred: npm v12, typescript v7.
The hadolint pre-commit hook pulled ghcr.io/hadolint/hadolint:latest, so a
new release (v2.15) silently broke CI. Pin the image by digest via a local
docker_image hook (Renovate tracks it), and resolve the two findings v2.15
raises:
- DL3066 (non-numeric USER): use the numeric uid directly (USER 1001) — the
uid is already fixed at 1001 for ARC dind volume ownership and id -un still
resolves to runner, so this is a real fix, not a suppression.
- SC3054/SC3060: v2.15's shellcheck no longer honors the SHELL bash directive
and lints the RUN blocks as POSIX sh, false-flagging declare -A arrays and
${var/a/b}. Ignored in .hadolint.yaml (the image is bash-only by design).
ozeranskii
force-pushed
the
chore/deps-full-refresh
branch
from
July 31, 2026 13:14
9813bf8 to
78f5e86
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.
Comprehensive image dependency refresh. Every paired
*_SHA256recomputed from the real artifact and re-verified against upstream checksums (kubectl/packer/pulumi/node, cmake4 vs Kitware published) or archive integrity + version existence (aws-cli/sam/bicep/codeql/ruby/miniconda).Dashboard bumps — 11 version+SHA256 pairs (kubectl 1.36.3, packer 1.16.0, pulumi 3.254.0, node-tc 22.23.2/24.18.1, aws-cli 2.36.9, sam 1.164.0, bicep 0.46.1, codeql-bundle 2.26.2) + hashless (npm 11.19.0, homebrew 6.0.13, pipx 1.16.3, webpack 5.109.1, webpack-cli 7.2.2, grunt 1.6.3).
Renovate blind spots (unmanaged ARGs drifted vs ubuntu-latest) — stack 3.9.3→3.11.1, miniconda py313→py314_26.5.3-2, ruby 3.3.11→3.3.12, cmake4 4.3.3→4.4.1, setuptools 82.0.1→83.0.0.
GHA/hooks — login-action v4.6.0, scorecard v2.4.4, codeql-action v4.37.4; hadolint v2.15.1, markdownlint-cli2 v0.23.2.
renovate.json pins lerna <10 (parity). Deferred: npm v12, typescript v7. pip-compile re-run was a no-op.