Skip to content

Commit 0671303

Browse files
Crash0v3rrid3claude
andcommitted
chore(DEVA11Y-657): bump pinned CLI to 1.5.1
1.5.1 ships the --pr-scan additions consumed by this action: the machine-readable [deva11y-result] stdout line (populates the error/warning/findings-count + comment-url outputs) and --ai-agent forwarding. Bumps the CLI_VERSION pin from 1.5.0 so the action's outputs and the ai-agent mention activate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0b9eca5 commit 0671303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ runs:
266266
AI_AGENT: ${{ inputs.ai-agent }}
267267
run: |
268268
set -euo pipefail
269-
CLI_VERSION="1.5.0"
269+
CLI_VERSION="1.5.1"
270270
# Optional AI remediation hand-off (validated above).
271271
AGENT_ARGS=()
272272
if [ -n "${AI_AGENT}" ]; then AGENT_ARGS=(--ai-agent "${AI_AGENT}"); fi

0 commit comments

Comments
 (0)