From 52559e011fc2b17d9a7a733661b59492ac38507e Mon Sep 17 00:00:00 2001 From: Reuven Harrison Date: Sun, 3 May 2026 17:38:32 +0300 Subject: [PATCH] bump: oasdiff v1.15.1 --- README.md | 10 +++++----- breaking/Dockerfile | 2 +- changelog/Dockerfile | 2 +- diff/Dockerfile | 2 +- pr-comment/Dockerfile | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9006321..d2988b0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/breaking@v0.0.44 + - uses: oasdiff/oasdiff-action/breaking@v0.0.45 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/breaking@v0.0.44 + - uses: oasdiff/oasdiff-action/breaking@v0.0.45 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -88,7 +88,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/changelog@v0.0.44 + - uses: oasdiff/oasdiff-action/changelog@v0.0.45 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -126,7 +126,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/diff@v0.0.44 + - uses: oasdiff/oasdiff-action/diff@v0.0.45 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' @@ -185,7 +185,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: git fetch --depth=1 origin ${{ github.base_ref }} - - uses: oasdiff/oasdiff-action/pr-comment@v0.0.44 + - uses: oasdiff/oasdiff-action/pr-comment@v0.0.45 with: base: 'origin/${{ github.base_ref }}:openapi.yaml' revision: 'HEAD:openapi.yaml' diff --git a/breaking/Dockerfile b/breaking/Dockerfile index 3c878c2..d758cc4 100644 --- a/breaking/Dockerfile +++ b/breaking/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.0 +FROM tufin/oasdiff:v1.15.1 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/changelog/Dockerfile b/changelog/Dockerfile index 3c878c2..d758cc4 100644 --- a/changelog/Dockerfile +++ b/changelog/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.0 +FROM tufin/oasdiff:v1.15.1 RUN apk add --no-cache jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh diff --git a/diff/Dockerfile b/diff/Dockerfile index 9cb0910..6c9eef2 100644 --- a/diff/Dockerfile +++ b/diff/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.0 +FROM tufin/oasdiff:v1.15.1 ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/pr-comment/Dockerfile b/pr-comment/Dockerfile index 541673c..18912f3 100644 --- a/pr-comment/Dockerfile +++ b/pr-comment/Dockerfile @@ -1,4 +1,4 @@ -FROM tufin/oasdiff:v1.15.0 +FROM tufin/oasdiff:v1.15.1 RUN apk add --no-cache curl jq ENV PLATFORM github-action COPY entrypoint.sh /entrypoint.sh