From 677d182936ff89f2d144f0ded9d99fa54046d52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:28:44 +0000 Subject: [PATCH] chore(deps): pin char0n/swagger-editor-validate action to fe35d65 --- .github/workflows/openapi-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openapi-validation.yml b/.github/workflows/openapi-validation.yml index 7401492..d912b9c 100644 --- a/.github/workflows/openapi-validation.yml +++ b/.github/workflows/openapi-validation.yml @@ -11,6 +11,6 @@ jobs: with: fetch-depth: 0 - name: 🧪 Validate OpenAPI definition - uses: char0n/swagger-editor-validate@v1 + uses: char0n/swagger-editor-validate@fe35d650e9fc674505607519d0d12ab4de5d415d # v1 with: definition-file: docs/openapi.json