chore(actions)(deps): bump hadolint/hadolint-action from 3.3.0 to 3.4.0 in the actions-minor-patch group - #25
Merged
bbasketballer75 merged 1 commit intoAug 3, 2026
Conversation
Bumps the actions-minor-patch group with 1 update: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action). Updates `hadolint/hadolint-action` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Commits](hadolint/hadolint-action@2332a7b...2a66e89) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
bbasketballer75
left a comment
Owner
There was a problem hiding this comment.
🤖 hermes automated review
- 1 files changed, 1 additions, 1 deletions
⚠️ tests not run (no test command detected)
No heuristic issues detected.
Review generated by hermes pr-reviewer. Trust but verify.
bbasketballer75
deleted the
dependabot/github_actions/actions-minor-patch-0865ed2cca
branch
August 3, 2026 19:00
This was referenced Aug 4, 2026
bbasketballer75
added a commit
that referenced
this pull request
Aug 4, 2026
Backport of the fix proposed upstream in NousResearch#78107, applied here so this fork's CI stops failing slice 8/8 on every PR while that one is in review. `stream_consumer.py:1718` computes preview age as `time.monotonic() - self._message_created_ts`. monotonic()'s epoch is arbitrary (on Linux, boot), so setting `_message_created_ts = 0.0` does not mean "long ago" — it means "monotonic() seconds ago". On a freshly-booted runner that is a handful of seconds, so the age falls under the 60s threshold, fresh-final never fires, and `adapter.send.call_count` is 1 instead of 2. That is why it is intermittent: it passed on #26/#27/#28/#29 and failed on #25 and #30, purely as a function of runner uptime. Fixed by anchoring to the same clock the production code reads. No assertion weakened, no production code changed. Verified: 10/10 in the file; and with time.monotonic patched to 12.0 to simulate a host booted 12 seconds ago, the test passes where the old form fails at line 79 — the exact CI failure. Touches only tests/, so it does not trip the ci-reviewed workflow gate. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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 the actions-minor-patch group with 1 update: hadolint/hadolint-action.
Updates
hadolint/hadolint-actionfrom 3.3.0 to 3.4.0Release notes
Sourced from hadolint/hadolint-action's releases.
Commits
2a66e89feat: Bump Hadolint to v2.15.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions