Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/back-merge-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.ref_name == 'master'
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.ref_name == 'stable'
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
fetch-depth: 0

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/update-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'
ref: ${{ github.event.inputs.branch }}

- name: Checkout JS Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-js-client'
token: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
Expand Down Expand Up @@ -94,13 +94,13 @@ jobs:
java-package: jdk

- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'
ref: ${{ github.event.inputs.branch }}

- name: Checkout Java Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-java-client'
token: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
Expand Down Expand Up @@ -148,13 +148,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: "DocumentReader-web-openapi"
ref: ${{ github.event.inputs.branch }}

- name: Checkout Python Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-python-client'
token: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
Expand Down Expand Up @@ -202,13 +202,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'
ref: ${{ github.event.inputs.branch }}

- name: Checkout C# Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-csharp-client'
token: ${{ secrets.REGULA_GITHUB_PUSH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

- name: Setup Node
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 20
registry-url: https://registry.npmjs.org/
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/verify-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'

- name: Checkout Python Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-python-client'
path: 'python-client'
Expand All @@ -34,12 +34,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'

- name: Checkout CSharp Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-csharp-client'
path: 'csharp-client'
Expand All @@ -56,12 +56,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'

- name: Checkout JS Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-js-client'
path: 'js-client'
Expand All @@ -83,12 +83,12 @@ jobs:
java-package: jdk

- name: Checkout Specification Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
path: 'DocumentReader-web-openapi'

- name: Checkout Java Client Repo
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
repository: 'regulaforensics/DocumentReader-web-java-client'
path: 'java-client'
Expand Down