We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00e7e4 commit 2fd8850Copy full SHA for 2fd8850
.github/workflows/pr-serverless-service.yml
@@ -87,7 +87,7 @@ jobs:
87
# NOTE: these run unit and integration tests
88
# we can look into coverage collection only later to make it faster and less brittle (--collect-only)
89
- name: Check OpenAPI Spec breaking action
90
- uses: oasdiff/oasdiff-action/breaking@a2ff6682b27d175162a74c09ace8771bd3d512f8 # v0.0.16
+ uses: oasdiff/oasdiff-action/breaking@1c611ffb1253a72924624aa4fb662e302b3565d3 # v0.0.16
91
with:
92
base: https://raw.githubusercontent.com/ran-isenberg/aws-lambda-handler-cookbook/main/docs/swagger/openapi.json
93
revision: ./docs/swagger/openapi.json
0 commit comments