diff --git a/action.yml b/action.yml index 0e5e58e..55e330b 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "AgentGuard Security Scan" +name: "AgentGuard Security Scan" description: "Scan AI agent code for OWASP ASI Top 10 vulnerabilities" branding: icon: "shield" @@ -40,7 +40,7 @@ runs: fi shell: bash - name: Upload SARIF results - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: agentguard-results.sarif category: agentguard