build(deps): bump zaproxy/action-baseline from 0.12.0 to 0.15.0 - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump zaproxy/action-baseline from 0.12.0 to 0.15.0#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
votrongdao
added a commit
that referenced
this pull request
Aug 2, 2026
The failure was one line — "mermaid diagram failed to parse" — for a sweep over seventy-odd diagrams. The file was carried as `file=` on the annotation, which renders against the file in the web UI and does not appear in the log at all, so anyone reading the log got the fact that something somewhere was broken. The parser's own message, which names the line and the token it choked on, was redirected to /dev/null. Finding the diagram meant installing mermaid-cli locally and bisecting. Now the log body names the file and the diagram's index within it, prints the diagram, and prints what mermaid said, minus the puppeteer stack frames that are never the document's fault. Scope widened from `find docs samples -name '*.md'` to `git ls-files '*.md'`. Diagrams in PLAN.md and in READMEs outside those two trees render on the same GitHub pages as the rest and were checked by nothing — the same "gate whose subject is absent" shape as the 166 skipped tests. Every tracked markdown file now parses except the one named below, and `git ls-files` cannot wander into node_modules or a bin/ directory the way a bare `find` would. Verified by extracting this step from the workflow and running it against the tree: it reports exactly one failure, samples/banking/README.md diagram #1, with the diagram and mermaid's "Parse error on line 16" beneath it. The diagram itself is NOT fixed here. samples/banking belongs to another change in flight and this branch does not write to it. The defect is a semicolon inside a `Note over` line: mermaid treats `;` as a statement separator, so the note ends at "allows five" and "see below" is parsed as a statement and is not one. Replacing that one character with a comma renders the diagram — checked, 29,205 bytes of SVG. It is a one-character change on README.md line 190 for whoever holds that tree, and until it lands this job stays red.
dependabot
Bot
force-pushed
the
dependabot/github_actions/zaproxy/action-baseline-0.15.0
branch
from
August 5, 2026 10:58
03c1729 to
88715c8
Compare
|
Coverage thresholds — the test step failed, not the thresholds. |
Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.12.0 to 0.15.0. - [Release notes](https://github.com/zaproxy/action-baseline/releases) - [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md) - [Commits](zaproxy/action-baseline@66042c8...de8ad96) --- updated-dependencies: - dependency-name: zaproxy/action-baseline dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/zaproxy/action-baseline-0.15.0
branch
from
August 9, 2026 08:26
88715c8 to
045c12b
Compare
|
Coverage thresholds — the test step failed, not the thresholds. |
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 zaproxy/action-baseline from 0.12.0 to 0.15.0.
Release notes
Sourced from zaproxy/action-baseline's releases.
Changelog
Sourced from zaproxy/action-baseline's changelog.
... (truncated)
Commits
de8ad96Merge pull request #143 from thc202/release-v0.15.0f5ca774Release v0.15.05518416Merge pull request #142 from zaproxy/dependabot/npm_and_yarn/brace-expansion-...e429174Bump brace-expansion from 1.1.11 to 1.1.1285f1db6Merge pull request #141 from thc202/nodejs24e525ed6Bump Node.js and update dependenciesaeed8caMerge pull request #137 from zaproxy/dependabot/npm_and_yarn/octokit/endpoint...b57022eUpdate dist file and changelog1374ee7Bump@octokit/endpointfrom 10.1.1 to 10.1.4adc29adMerge pull request #136 from zaproxy/dependabot/npm_and_yarn/babel/helpers-7....