From e2f161c8a07479d29587df692db5b05ee73ea88f Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:23:56 +0900 Subject: [PATCH] Pin to specific release (#5430) --- .github/workflows/devflow-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devflow-pr-review.yml b/.github/workflows/devflow-pr-review.yml index 61352105d1..9371fa9b89 100644 --- a/.github/workflows/devflow-pr-review.yml +++ b/.github/workflows/devflow-pr-review.yml @@ -24,7 +24,7 @@ concurrency: env: DEVFLOW_REPOSITORY: ${{ vars.DF_REPO }} - DEVFLOW_REF: main + DEVFLOW_REF: v0.1.15 TARGET_REPO_PATH: ${{ github.workspace }}/target-repo DEVFLOW_PATH: ${{ github.workspace }}/devflow