Skip to content

Commit 06e794c

Browse files
chore(deps): bump actions/checkout from 6 to 7 in the actions group (#177)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f265df8 commit 06e794c

7 files changed

Lines changed: 31 additions & 31 deletions

File tree

.github/workflows/test-breaking.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
1111
steps:
1212
- name: checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
- name: Running breaking action
1515
id: test_breaking_changes
1616
uses: ./breaking
@@ -47,7 +47,7 @@ jobs:
4747
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "2 changes: 0 error, 2 warning, 0 info"
4848
steps:
4949
- name: checkout
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
- name: Running breaking action
5252
id: test_breaking_changes
5353
uses: ./breaking
@@ -85,7 +85,7 @@ jobs:
8585
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "9 changes: 6 error, 3 warning, 0 info"
8686
steps:
8787
- name: checkout
88-
uses: actions/checkout@v6
88+
uses: actions/checkout@v7
8989
- name: Running breaking action with petsotre to validate no error of unable to process file command 'output' successfully and invalid value and matching delimiter not found
9090
id: test_breaking_changes_matching_delimiter_not_found
9191
uses: ./breaking
@@ -110,7 +110,7 @@ jobs:
110110
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
111111
steps:
112112
- name: checkout
113-
uses: actions/checkout@v6
113+
uses: actions/checkout@v7
114114
- name: Running breaking action with composed option
115115
id: test_breaking_composed
116116
uses: ./breaking
@@ -134,7 +134,7 @@ jobs:
134134
name: Test breaking changes with deprecation
135135
steps:
136136
- name: checkout
137-
uses: actions/checkout@v6
137+
uses: actions/checkout@v7
138138
- name: Set date for deprecated specs
139139
run: |
140140
# Deprecate Beta in 14 days
@@ -156,7 +156,7 @@ jobs:
156156
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "1 changes: 1 error, 0 warning, 0 info"
157157
steps:
158158
- name: checkout
159-
uses: actions/checkout@v6
159+
uses: actions/checkout@v7
160160
- name: Running breaking action with flatten-allof option
161161
id: test_breaking_flatten_allof
162162
uses: ./breaking
@@ -180,7 +180,7 @@ jobs:
180180
name: Test breaking action with err-ignore option
181181
steps:
182182
- name: checkout
183-
uses: actions/checkout@v6
183+
uses: actions/checkout@v7
184184
- name: Running breaking action with err-ignore option
185185
id: test_breaking_err_ignore
186186
uses: ./breaking
@@ -212,7 +212,7 @@ jobs:
212212
name: Test breaking action picks up fail-on from .oasdiff.yaml
213213
steps:
214214
- name: checkout
215-
uses: actions/checkout@v6
215+
uses: actions/checkout@v7
216216
- name: Drop .oasdiff.yaml at repo root
217217
run: |
218218
cat > .oasdiff.yaml <<EOF
@@ -249,7 +249,7 @@ jobs:
249249
name: Test breaking action picks up err-ignore from .oasdiff.yaml
250250
steps:
251251
- name: checkout
252-
uses: actions/checkout@v6
252+
uses: actions/checkout@v7
253253
- name: Drop .oasdiff.yaml at repo root
254254
run: |
255255
cat > .oasdiff.yaml <<EOF

.github/workflows/test-changelog.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
OASDIFF_ACTION_TEST_EXPECTED_OUTPUT: "21 changes: 2 error, 4 warning, 15 info"
1111
steps:
1212
- name: checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
- name: Running changelog action
1515
id: test_changelog
1616
uses: ./changelog
@@ -41,7 +41,7 @@ jobs:
4141
name: Test changelog action with composed option
4242
steps:
4343
- name: checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
- name: Running changelog action with composed option
4646
id: test_changelog_composed
4747
uses: ./changelog
@@ -65,7 +65,7 @@ jobs:
6565
name: Test changelog action picks up level from .oasdiff.yaml
6666
steps:
6767
- name: checkout
68-
uses: actions/checkout@v6
68+
uses: actions/checkout@v7
6969
- name: Drop .oasdiff.yaml at repo root
7070
run: |
7171
cat > .oasdiff.yaml <<EOF
@@ -96,7 +96,7 @@ jobs:
9696
# the generic "verify the oasdiff-token" warning (misleading: the token is
9797
# fine, the plan lapsed).
9898
steps:
99-
- uses: actions/checkout@v6
99+
- uses: actions/checkout@v7
100100
- name: Stub oasdiff (402 subscription_expired on --open), run entrypoint
101101
run: |
102102
set -euo pipefail
@@ -166,7 +166,7 @@ jobs:
166166
# step summary. Guards the core Pro funnel action behavior in CI without the
167167
# full prod e2e.
168168
steps:
169-
- uses: actions/checkout@v6
169+
- uses: actions/checkout@v7
170170
- name: Stub oasdiff + curl (Pro success), run entrypoint
171171
run: |
172172
set -euo pipefail

.github/workflows/test-diff.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test diff action
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Running diff action
1313
id: test_ete
1414
uses: ./diff
@@ -28,7 +28,7 @@ jobs:
2828
name: Test diff action with exclude-elements option
2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
- name: Running diff action with exclude-elements option
3333
id: test_exclude_elements
3434
uses: ./diff
@@ -53,7 +53,7 @@ jobs:
5353
name: Test diff action with composed option
5454
steps:
5555
- name: checkout
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
- name: Running diff action with composed option
5858
id: test_composed
5959
uses: ./diff
@@ -78,7 +78,7 @@ jobs:
7878
name: Test diff action picks up exclude-elements from .oasdiff.yaml
7979
steps:
8080
- name: checkout
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@v7
8282
- name: Drop .oasdiff.yaml at repo root
8383
run: |
8484
cat > .oasdiff.yaml <<EOF

.github/workflows/test-error-annotation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Entrypoints surface genuine errors as annotations, not success/fail-on
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Exercise every entrypoint with a stubbed oasdiff
1313
run: |
1414
set -eu

.github/workflows/test-pr-comment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Test pr-comment proceeds when oasdiff exits non-zero with output
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Stub oasdiff to simulate fail-on triggered
1212
run: |
1313
set -euo pipefail
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
name: Test pr-comment aborts when oasdiff exits non-zero with no output
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
- name: Stub oasdiff to simulate a real failure
6666
run: |
6767
set -euo pipefail
@@ -120,7 +120,7 @@ jobs:
120120
# without aborting, which proves the jq invocation processed the
121121
# payload successfully.
122122
steps:
123-
- uses: actions/checkout@v6
123+
- uses: actions/checkout@v7
124124
- name: Stub oasdiff to emit a multi-MB changelog
125125
run: |
126126
set -euo pipefail
@@ -193,7 +193,7 @@ jobs:
193193
# invocation already succeeded — the same ARG_MAX trap one layer
194194
# down. The fix pipes the payload through stdin via `--data-binary @-`.
195195
steps:
196-
- uses: actions/checkout@v6
196+
- uses: actions/checkout@v7
197197
- name: Stub oasdiff + curl, run entrypoint with a fake token
198198
run: |
199199
set -euo pipefail
@@ -276,7 +276,7 @@ jobs:
276276
# billing limit shouldn't break the customer's merge gate. Guards against
277277
# regressing to the generic non-2xx branch, which dumps raw JSON and exits 1.
278278
steps:
279-
- uses: actions/checkout@v6
279+
- uses: actions/checkout@v7
280280
- name: Stub oasdiff + curl (402), run entrypoint with a fake token
281281
run: |
282282
set -euo pipefail
@@ -346,7 +346,7 @@ jobs:
346346
# NOT fail the workflow (exit 0). Guards against regressing to the generic
347347
# non-2xx branch, which dumps raw JSON and exits 1 with an opaque error.
348348
steps:
349-
- uses: actions/checkout@v6
349+
- uses: actions/checkout@v7
350350
- name: Stub oasdiff + curl (402 subscription_expired), run entrypoint
351351
run: |
352352
set -euo pipefail

.github/workflows/test-validate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test validate on a valid spec
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Running validate action on a valid spec
1313
id: test_validate_valid
1414
uses: ./validate
@@ -26,7 +26,7 @@ jobs:
2626
name: Test validate fails on an invalid spec
2727
steps:
2828
- name: checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
- name: Running validate action on an invalid spec
3131
id: test_validate_findings
3232
continue-on-error: true
@@ -49,7 +49,7 @@ jobs:
4949
name: Test validate severity threshold (--fail-on)
5050
steps:
5151
- name: checkout
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353
- name: Validate a warning-only spec with the default threshold
5454
id: test_validate_warn_default
5555
uses: ./validate

.github/workflows/test-verify.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Stub oasdiff (specs resolve) + curl (service returns all checks true) and
1111
# assert the entrypoint renders a full-green checklist and exits 0.
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- name: Stub oasdiff + curl, run verify entrypoint
1515
run: |
1616
set -euo pipefail
@@ -54,7 +54,7 @@ jobs:
5454
# Service reports app_installed=false: the entrypoint must mark that check
5555
# red, emit an annotation, and exit 1 (setup not complete).
5656
steps:
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858
- name: Stub oasdiff + curl (app not installed)
5959
run: |
6060
set -euo pipefail
@@ -98,7 +98,7 @@ jobs:
9898
# false). Verify must report that distinctly from "spec not found" — with
9999
# the allow-external-refs hint, not a path hint — and exit 1.
100100
steps:
101-
- uses: actions/checkout@v6
101+
- uses: actions/checkout@v7
102102
- name: Stub oasdiff (exit 123) + curl
103103
run: |
104104
set -euo pipefail

0 commit comments

Comments
 (0)