diff --git a/.github/workflows/ai-on-demand.yml b/.github/workflows/ai-on-demand.yml index 3a6ace9..9a8ccc8 100644 --- a/.github/workflows/ai-on-demand.yml +++ b/.github/workflows/ai-on-demand.yml @@ -17,7 +17,7 @@ permissions: jobs: ai-response: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/issue-response.yml@v1.0.9 with: config-profile: "backend" bot-mention: "@efp-dev-ops" diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 4eb85eb..97423fe 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -11,7 +11,7 @@ permissions: jobs: ai-review: - uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.8 + uses: ethereumfollowprotocol/workflow-automation/.github/workflows/pr-review.yml@v1.0.9 with: config-profile: "backend" enable-security-review: true