From dfc2e96368ca16a28196b7e830c83f6e54d76669 Mon Sep 17 00:00:00 2001 From: Cale Switzer Date: Wed, 1 Oct 2025 14:10:05 -0400 Subject: [PATCH 1/4] test: test pr analyzer with CC GHA v1 --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 67145129..f303c088 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -10,4 +10,4 @@ on: jobs: claude-review: - uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main \ No newline at end of file + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@upgrade-to-v1 \ No newline at end of file From 2744ac2a1a37e30088b0410bb864864ac872cc35 Mon Sep 17 00:00:00 2001 From: Cale Switzer Date: Wed, 1 Oct 2025 14:50:08 -0400 Subject: [PATCH 2/4] point to new branch --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index f303c088..1cd5a93c 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -10,4 +10,4 @@ on: jobs: claude-review: - uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@upgrade-to-v1 \ No newline at end of file + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@upgrade-to-cc-v1 \ No newline at end of file From 0e2a5a20fae441294006ddee3cc0d072564e1051 Mon Sep 17 00:00:00 2001 From: Cale Switzer Date: Fri, 3 Oct 2025 15:04:10 -0400 Subject: [PATCH 3/4] point to new branch for testing --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 1cd5a93c..5a195c9d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -10,4 +10,4 @@ on: jobs: claude-review: - uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@upgrade-to-cc-v1 \ No newline at end of file + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@enable-agent-use \ No newline at end of file From 919f18b4f187ae3db2fc4f2005635369c2eeea06 Mon Sep 17 00:00:00 2001 From: Cale Switzer Date: Tue, 7 Oct 2025 09:12:34 -0400 Subject: [PATCH 4/4] point back to main --- .github/workflows/claude-code-review.yml | 2 +- SECURITY.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 5a195c9d..67145129 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -10,4 +10,4 @@ on: jobs: claude-review: - uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@enable-agent-use \ No newline at end of file + uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index cd71a64f..36e25bfd 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -33,3 +33,5 @@ You should be aware of the security implications of both models. However, [auth0 - You are using [Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export) with Next.js. - You do not need to access user data during server-side rendering. - You want to get the access token and call external API's directly from the frontend layer rather than using Next.js API Routes as a proxy to call external APIs + +random readme update to test PR analyzer \ No newline at end of file