From 2fd8850d6af20758cc8a70f977203788020177ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:14:37 +0300 Subject: [PATCH] chore(deps): bump oasdiff/oasdiff-action (#881) Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from a2ff6682b27d175162a74c09ace8771bd3d512f8 to 1c611ffb1253a72924624aa4fb662e302b3565d3. - [Release notes](https://github.com/oasdiff/oasdiff-action/releases) - [Commits](https://github.com/oasdiff/oasdiff-action/compare/a2ff6682b27d175162a74c09ace8771bd3d512f8...1c611ffb1253a72924624aa4fb662e302b3565d3) --- updated-dependencies: - dependency-name: oasdiff/oasdiff-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> --- .github/workflows/pr-serverless-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index fd9947ae..80e78708 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -87,7 +87,7 @@ jobs: # NOTE: these run unit and integration tests # we can look into coverage collection only later to make it faster and less brittle (--collect-only) - name: Check OpenAPI Spec breaking action - uses: oasdiff/oasdiff-action/breaking@a2ff6682b27d175162a74c09ace8771bd3d512f8 # v0.0.16 + uses: oasdiff/oasdiff-action/breaking@1c611ffb1253a72924624aa4fb662e302b3565d3 # v0.0.16 with: base: https://raw.githubusercontent.com/ran-isenberg/aws-lambda-handler-cookbook/main/docs/swagger/openapi.json revision: ./docs/swagger/openapi.json