Skip to content

Commit e345bef

Browse files
authored
Merge pull request #1129 from php-api-clients/setup-clients/2024/03/24
[SetUp] Updated clients base
2 parents 30aaa1d + e983282 commit e345bef

16 files changed

+46
-46
lines changed

.github/workflows/generate-GitHub.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHub/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHub/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHub/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHub/current.spec.yaml etc/specs/GitHub/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHub/current.spec.yaml etc/specs/GitHub/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubAE.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubAE/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubAE/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubAE/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubAE/current.spec.yaml etc/specs/GitHubAE/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubAE/current.spec.yaml etc/specs/GitHubAE/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.0/current.spec.yaml etc/specs/GitHubEnterprise-3.0/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.0/current.spec.yaml etc/specs/GitHubEnterprise-3.0/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.1/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.1/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.1/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.1/current.spec.yaml etc/specs/GitHubEnterprise-3.1/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.1/current.spec.yaml etc/specs/GitHubEnterprise-3.1/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.10.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.10/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.10/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.10/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.10/current.spec.yaml etc/specs/GitHubEnterprise-3.10/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.10/current.spec.yaml etc/specs/GitHubEnterprise-3.10/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.11.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.11/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.11/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.11/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.11/current.spec.yaml etc/specs/GitHubEnterprise-3.11/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.11/current.spec.yaml etc/specs/GitHubEnterprise-3.11/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.12.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.12/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.12/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.12/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.12/current.spec.yaml etc/specs/GitHubEnterprise-3.12/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.12/current.spec.yaml etc/specs/GitHubEnterprise-3.12/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.2/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.2/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.2/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.2/current.spec.yaml etc/specs/GitHubEnterprise-3.2/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.2/current.spec.yaml etc/specs/GitHubEnterprise-3.2/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.3.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.3/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.3/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.3/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.3/current.spec.yaml etc/specs/GitHubEnterprise-3.3/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.3/current.spec.yaml etc/specs/GitHubEnterprise-3.3/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

.github/workflows/generate-GitHubEnterprise-3.4.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
php -r 'file_put_contents(getenv("GITHUB_OUTPUT"), "previous=" . md5(file_get_contents("etc/specs/GitHubEnterprise-3.4/previous.spec.yaml")) . "\n", FILE_APPEND);'
4242
- name: Look current up spec version
4343
id: look-current-up-spec-version
44-
uses: mikefarah/yq@v4.40.5
44+
uses: mikefarah/yq@v4.43.1
4545
with:
4646
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.4/current.spec.yaml'
4747
- name: Look previous up spec version
4848
id: look-previous-up-spec-version
49-
uses: mikefarah/yq@v4.40.5
49+
uses: mikefarah/yq@v4.43.1
5050
with:
5151
cmd: yq '.info.version' 'etc/specs/GitHubEnterprise-3.4/previous.spec.yaml'
5252
- name: Generate spec diff
5353
id: spec-diff
5454
run: |
5555
curl -fsSL https://pb33f.io/openapi-changes/install.sh | sh
5656
echo "Detected Schema changes:" >> "var/detected-schema-changes"
57-
echo "$(openapi-changes summary --no-color --no-logo etc/specs/GitHubEnterprise-3.4/current.spec.yaml etc/specs/GitHubEnterprise-3.4/previous.spec.yaml)" >> "var/detected-schema-changes"
57+
echo "$(openapi-changes summary --markdown --no-color --no-logo etc/specs/GitHubEnterprise-3.4/current.spec.yaml etc/specs/GitHubEnterprise-3.4/previous.spec.yaml)" >> "var/detected-schema-changes"
5858
cat var/detected-schema-changes
5959
delimiter="$(openssl rand -hex 8)"
6060
echo "diff<<${delimiter}" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)