Skip to content

Commit 91b1195

Browse files
Merge branch 'main' into CLOUDP-313321
2 parents 96b5eac + 7be3a58 commit 91b1195

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+86006
-5907
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1515

1616
- name: Install Python
17-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
17+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
1818
with:
1919
python-version: '3.12'
2020

.github/workflows/code-health-foascli.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- main
66
paths:
77
- 'tools/cli/**'
8+
- '.github/workflows/code-health-foascli.yml'
89
pull_request:
910
branches:
1011
- main
1112
paths:
1213
- 'tools/cli/**'
14+
- '.github/workflows/code-health-foascli.yml'
1315
workflow_dispatch: {}
1416
workflow_call: {}
1517

@@ -23,7 +25,7 @@ jobs:
2325
- name: Checkout CLI
2426
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2527
- name: Install Go
26-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
28+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
2729
with:
2830
go-version-file: 'tools/cli/go.mod'
2931
- name: Build CLI
@@ -44,7 +46,7 @@ jobs:
4446
- name: Checkout
4547
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4648
- name: Install Go
47-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
49+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4850
with:
4951
go-version-file: 'tools/cli/go.mod'
5052
- name: Run unit tests
@@ -60,14 +62,14 @@ jobs:
6062
.github
6163
tools
6264
- name: Install Go
63-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
65+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
6466
with:
6567
go-version-file: 'tools/cli/go.mod'
6668
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
6769
- name: golangci-lint
68-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
70+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
6971
with:
70-
version: v2.0.1
72+
version: v2.1.0
7173
working-directory: tools/cli
7274
- name: Checkout GitHub actions
7375
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -95,7 +97,7 @@ jobs:
9597
- name: Checkout
9698
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
9799
- name: Install Go
98-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
100+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
99101
with:
100102
go-version-file: 'tools/cli/go.mod'
101103
- name: Run e2e tests

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
rm -rf changelog/revision
116116
- name: Commit changes
117117
id: commit
118-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
118+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
119119
env:
120120
target_env: ${{ inputs.env }}
121121
target_branch: ${{ inputs.branch }}

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
ref: ${{ inputs.version_number }}
6262
- name: Set up Go
63-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
63+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
6464
with:
6565
go-version-file: 'tools/cli/go.mod'
6666
- name: Run GoReleaser

.github/workflows/release-spec-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: openapi/v1-deprecated
7878
- name: Commit changes
7979
id: commit
80-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
80+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
8181
env:
8282
target_env: ${{ inputs.env }}
8383
target_branch: ${{ inputs.branch }}

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: ../release-scripts/branded_preview.sh
149149
- name: Commit changes
150150
id: commit
151-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
151+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403
152152
env:
153153
target_env: ${{ inputs.env }}
154154
target_branch: ${{ inputs.branch }}

.github/workflows/required-spec-validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
SPECTRAL_VERSION: ${{ inputs.spectral_version }}
4343
run: npx -- @stoplight/spectral-cli@"${SPECTRAL_VERSION}" lint openapi-foas.yaml --ruleset=tools/spectral/.spectral.yaml
4444
- name: Install Go
45-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
45+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4646
with:
4747
go-version-file: 'tools/cli/go.mod'
4848
cache-dependency-path: "tools/cli/go.sum"

changelog/changelog.json

Lines changed: 9558 additions & 0 deletions
Large diffs are not rendered by default.

changelog/changelog.yaml

Lines changed: 5731 additions & 0 deletions
Large diffs are not rendered by default.

changelog/internal/changelog-all.json

Lines changed: 9558 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)