From 0c6708ac1f520596ee5700dea57a9df9845a52a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:57:48 +0000 Subject: [PATCH] build(deps): update oasdiff/oasdiff-action digest to 54d7a75 --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index eeddf2aa36..fd1062f02f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -51,7 +51,7 @@ jobs: git checkout model-server-openapi/specifications - name: Run oasdiff id: breaking - uses: oasdiff/oasdiff-action/breaking@0b59b343a8d675602f20f0ed4a64dda45edcc0d2 # main + uses: oasdiff/oasdiff-action/breaking@54d7a752569cb30b644b7f27a362c1077973d1c0 # main with: base: 'model-server-openapi/specifications-before/*.yaml' revision: 'model-server-openapi/specifications/*.yaml'