From 40cf73955f84904d0d27cfa891228c6cd1477ca7 Mon Sep 17 00:00:00 2001 From: MGPOCKY Date: Fri, 31 Jul 2026 13:02:50 +0000 Subject: [PATCH] fix(ci): replace invalid Actions pin with the commit SHA it resolves to --- .github/workflows/detect-breaking-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-breaking-changes.yml b/.github/workflows/detect-breaking-changes.yml index 641129f010..5f4a5e1271 100644 --- a/.github/workflows/detect-breaking-changes.yml +++ b/.github/workflows/detect-breaking-changes.yml @@ -66,7 +66,7 @@ jobs: path: openai-agents-python - name: Setup uv - uses: astral-sh/setup-uv@e58605a9b6da7c637471fab8847a5e5a6b8df081 # v5 + uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5 with: enable-cache: true