From ccb0d876529ab70232d601bb96d754d3f9f797ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:30:49 +0000 Subject: [PATCH] chore(deps): bump oasdiff/oasdiff-action Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from 1f0be76ff3090248be28b8aa32f673d0f39584a7 to 8239cae5fbb8bddfc511d784b78b84976ff3f120. - [Release notes](https://github.com/oasdiff/oasdiff-action/releases) - [Commits](https://github.com/oasdiff/oasdiff-action/compare/1f0be76ff3090248be28b8aa32f673d0f39584a7...8239cae5fbb8bddfc511d784b78b84976ff3f120) --- updated-dependencies: - dependency-name: oasdiff/oasdiff-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 09b8323d..f26650a2 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@1f0be76ff3090248be28b8aa32f673d0f39584a7 # v0.0.16 + uses: oasdiff/oasdiff-action/breaking@8239cae5fbb8bddfc511d784b78b84976ff3f120 # 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