chore: update sysdig-cli-scanner to 1.29.0 and refresh pinned deps - #114
Merged
Conversation
- bump default cli-scanner-version to 1.29.0, oldest supported to 1.23.0 - bump pinned GitHub Actions via pinact (checkout, codeql-action, setup-node, stale, action-gh-release) - update nix flake lock and npm deps Also fixes the README Default-column cell for cli-scanner-version: the whole HTML-comment marker was wrapped in one backtick code-span, so GitHub rendered the <!-- --> comments literally instead of hiding them. Backticks now wrap only the version number. justfile's version substitution sed is updated to preserve backticks around the number when present, so this keeps working across future just update-cli-scanner runs.
tembleking
enabled auto-merge (squash)
August 27, 2026 14:29
mateobur
approved these changes
Aug 27, 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.
Bumps default cli-scanner-version to 1.29.0 and oldest supported to 1.23.0 (1-year support window), refreshes pinned GitHub Actions via pinact, and updates nix flake / npm lockfiles.
Also fixes a rendering bug in the README's cli-scanner-version Default cell: the whole
<!-- newest-version-marker -->HTML comment was wrapped in a single backtick code-span, so GitHub rendered the comment markers literally instead of hiding them. Backticks now wrap only the version number, andjustfile's substitution sed preserves backticks around the number so this survives futurejust update-cli-scannerruns (verified by rolling the version back and re-running it).