From 11d4e4c1757d7287b3fe634b221aa902aacd5495 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Mon, 28 Jul 2025 12:28:57 -0700 Subject: [PATCH] minor lint update --- examples/workflow-dispatch-agent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/workflow-dispatch-agent.yml b/examples/workflow-dispatch-agent.yml index fe7ebf2..1e72847 100644 --- a/examples/workflow-dispatch-agent.yml +++ b/examples/workflow-dispatch-agent.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 2 # Need at least 2 commits to analyze the latest + fetch-depth: 2 # Need at least 2 commits to analyze the latest - name: Run Claude Analysis uses: anthropics/claude-code-action@beta @@ -36,5 +36,5 @@ jobs: Analyze the latest commit in this repository. ${{ github.event.inputs.analysis_type == 'summarize-commit' && 'Task: Provide a clear, concise summary of what changed in the latest commit. Include the commit message, files changed, and the purpose of the changes.' || '' }} - + ${{ github.event.inputs.analysis_type == 'security-review' && 'Task: Review the latest commit for potential security vulnerabilities. Check for exposed secrets, insecure coding patterns, dependency vulnerabilities, or any other security concerns. Provide specific recommendations if issues are found.' || '' }}