Skip to content

Commit d0f1559

Browse files
fix(bot): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6` | `7` | | [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `cypress-io/github-action` from 6 to 7 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@v6...v7) Updates `SonarSource/sonarqube-scan-action` from 6 to 7 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6...v7) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: cypress-io/github-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aecd15e commit d0f1559

17 files changed

Lines changed: 60 additions & 60 deletions

.github/workflows/ci-standard-checks-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: 'ubuntu-latest'
2525
steps:
2626
- name: Check Out Source Code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030
- uses: actions/setup-node@v6

.github/workflows/create-github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- uses: go-semantic-release/action@v1
2121
with:

.github/workflows/deep-purple-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out Git repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Verify Jenkins credentials
3131
continue-on-error: false

.github/workflows/frontend-deploy-workflow-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Check out Git repository
152-
uses: actions/checkout@v4
152+
uses: actions/checkout@v6
153153

154154
- name: Setup Node with Cache
155155
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -183,7 +183,7 @@ jobs:
183183
run: echo "name=build-${{ github.run_id }}" >> $GITHUB_OUTPUT
184184

185185
- name: Upload build artifacts
186-
uses: actions/upload-artifact@v4
186+
uses: actions/upload-artifact@v6
187187
with:
188188
name: build-${{ github.run_id }}
189189
path: ${{ inputs.build-output-dir }}
@@ -219,7 +219,7 @@ jobs:
219219

220220
steps:
221221
- name: Check out Git repository
222-
uses: actions/checkout@v4
222+
uses: actions/checkout@v6
223223
with:
224224
token: ${{ secrets.GH_TOKEN }}
225225
fetch-depth: 0

.github/workflows/frontend-deploy-workflow-v2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279

280280
steps:
281281
- name: Check out Git repository
282-
uses: actions/checkout@v4
282+
uses: actions/checkout@v6
283283

284284
- name: Setup Node with Cache
285285
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -317,7 +317,7 @@ jobs:
317317
echo "📋 Workflow version: ${{ env.WORKFLOW_VERSION }} (${{ env.WORKFLOW_FILE }})"
318318
319319
- name: Upload build artifacts
320-
uses: actions/upload-artifact@v4
320+
uses: actions/upload-artifact@v6
321321
with:
322322
name: build-${{ github.run_id }}
323323
path: ${{ inputs.build-output-dir }}
@@ -333,7 +333,7 @@ jobs:
333333

334334
steps:
335335
- name: Check out Git repository
336-
uses: actions/checkout@v4
336+
uses: actions/checkout@v6
337337
with:
338338
fetch-depth: 0 # Required for SonarCloud
339339

@@ -363,7 +363,7 @@ jobs:
363363

364364
- name: Upload coverage
365365
if: always()
366-
uses: actions/upload-artifact@v4
366+
uses: actions/upload-artifact@v6
367367
with:
368368
name: coverage-${{ github.run_id }}
369369
path: coverage/
@@ -379,7 +379,7 @@ jobs:
379379

380380
steps:
381381
- name: Check out Git repository
382-
uses: actions/checkout@v4
382+
uses: actions/checkout@v6
383383

384384
- name: Setup Node with Cache
385385
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -417,7 +417,7 @@ jobs:
417417

418418
- name: Upload test results
419419
if: always()
420-
uses: actions/upload-artifact@v4
420+
uses: actions/upload-artifact@v6
421421
with:
422422
name: integration-test-results-${{ github.run_id }}
423423
path: playwright-report/
@@ -522,7 +522,7 @@ jobs:
522522

523523
steps:
524524
- name: Check out Git repository
525-
uses: actions/checkout@v4
525+
uses: actions/checkout@v6
526526
with:
527527
token: ${{ secrets.GH_TOKEN }}
528528
fetch-depth: 0

.github/workflows/frontend-deploy-workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285

286286
steps:
287287
- name: Check out Git repository
288-
uses: actions/checkout@v4
288+
uses: actions/checkout@v6
289289

290290
- name: Setup Node with Cache
291291
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -323,7 +323,7 @@ jobs:
323323
echo "📋 Workflow version: ${{ env.WORKFLOW_VERSION }} (${{ env.WORKFLOW_FILE }})"
324324
325325
- name: Upload build artifacts
326-
uses: actions/upload-artifact@v4
326+
uses: actions/upload-artifact@v6
327327
with:
328328
name: build-${{ github.run_id }}
329329
path: ${{ inputs.build-output-dir }}
@@ -339,7 +339,7 @@ jobs:
339339

340340
steps:
341341
- name: Check out Git repository
342-
uses: actions/checkout@v4
342+
uses: actions/checkout@v6
343343
with:
344344
fetch-depth: 0 # Required for SonarCloud
345345

@@ -369,7 +369,7 @@ jobs:
369369

370370
- name: Upload coverage
371371
if: always()
372-
uses: actions/upload-artifact@v4
372+
uses: actions/upload-artifact@v6
373373
with:
374374
name: coverage-${{ github.run_id }}
375375
path: coverage/
@@ -385,7 +385,7 @@ jobs:
385385

386386
steps:
387387
- name: Check out Git repository
388-
uses: actions/checkout@v4
388+
uses: actions/checkout@v6
389389

390390
- name: Setup Node with Cache
391391
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -423,7 +423,7 @@ jobs:
423423

424424
- name: Upload test results
425425
if: always()
426-
uses: actions/upload-artifact@v4
426+
uses: actions/upload-artifact@v6
427427
with:
428428
name: integration-test-results-${{ github.run_id }}
429429
path: playwright-report/
@@ -528,7 +528,7 @@ jobs:
528528

529529
steps:
530530
- name: Check out Git repository
531-
uses: actions/checkout@v4
531+
uses: actions/checkout@v6
532532
with:
533533
token: ${{ secrets.GH_TOKEN }}
534534
fetch-depth: 0

.github/workflows/frontend-library-pr-release-workflow-v1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Check out Git repository
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v6
8686
with:
8787
fetch-depth: 0 # Required for SonarCloud and semantic-release
8888

@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: SonarCloud Scan
115115
if: inputs.run-sonarcloud
116-
uses: SonarSource/sonarqube-scan-action@v6
116+
uses: SonarSource/sonarqube-scan-action@v7
117117
with:
118118
args: >
119119
-Dsonar.projectKey=${{ inputs.sonar-project-key != '' && inputs.sonar-project-key || format('{0}_{1}', github.repository_owner, github.event.repository.name) }}

.github/workflows/frontend-library-pr-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
steps:
106106
- name: Check out Git repository
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v6
108108
with:
109109
fetch-depth: 0 # Required for SonarCloud and semantic-release
110110

@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: SonarCloud Scan
137137
if: inputs.run-sonarcloud
138-
uses: SonarSource/sonarqube-scan-action@v6
138+
uses: SonarSource/sonarqube-scan-action@v7
139139
with:
140140
args: >
141141
-Dsonar.projectKey=${{ inputs.sonar-project-key != '' && inputs.sonar-project-key || format('{0}_{1}', github.repository_owner, github.event.repository.name) }}

.github/workflows/frontend-pr-workflow-v1.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247

248248
steps:
249249
- name: Check out Git repository
250-
uses: actions/checkout@v4
250+
uses: actions/checkout@v6
251251

252252
- name: Setup Node with Cache
253253
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -286,7 +286,7 @@ jobs:
286286

287287
- name: Upload build artifacts
288288
if: ${{ !env.ACT }}
289-
uses: actions/upload-artifact@v4
289+
uses: actions/upload-artifact@v6
290290
with:
291291
name: build-${{ github.run_id }}
292292
path: ${{ inputs.build-output-dir }}
@@ -302,7 +302,7 @@ jobs:
302302

303303
steps:
304304
- name: Check out Git repository
305-
uses: actions/checkout@v4
305+
uses: actions/checkout@v6
306306

307307
- name: Setup Node with Cache
308308
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -330,7 +330,7 @@ jobs:
330330

331331
- name: Upload coverage
332332
if: always()
333-
uses: actions/upload-artifact@v4
333+
uses: actions/upload-artifact@v6
334334
with:
335335
name: coverage-${{ github.run_id }}
336336
path: coverage/
@@ -346,7 +346,7 @@ jobs:
346346

347347
steps:
348348
- name: Check out Git repository
349-
uses: actions/checkout@v4
349+
uses: actions/checkout@v6
350350

351351
- name: Setup Node with Cache
352352
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -384,7 +384,7 @@ jobs:
384384

385385
- name: Upload test results
386386
if: always()
387-
uses: actions/upload-artifact@v4
387+
uses: actions/upload-artifact@v6
388388
with:
389389
name: integration-test-results-${{ github.run_id }}
390390
path: playwright-report/
@@ -403,7 +403,7 @@ jobs:
403403

404404
steps:
405405
- name: Check out Git repository
406-
uses: actions/checkout@v4
406+
uses: actions/checkout@v6
407407

408408
- name: Setup Node with Cache
409409
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -503,7 +503,7 @@ jobs:
503503

504504
steps:
505505
- name: Check out Git repository
506-
uses: actions/checkout@v4
506+
uses: actions/checkout@v6
507507

508508
- name: Setup Node with Cache
509509
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -528,7 +528,7 @@ jobs:
528528
GH_TOKEN: ${{ secrets.GH_TOKEN }}
529529

530530
- name: Cypress functional tests
531-
uses: cypress-io/github-action@v6
531+
uses: cypress-io/github-action@v7
532532
timeout-minutes: 15
533533
with:
534534
install: false
@@ -542,7 +542,7 @@ jobs:
542542

543543
- name: Upload test results
544544
if: always()
545-
uses: actions/upload-artifact@v4
545+
uses: actions/upload-artifact@v6
546546
with:
547547
name: cypress-functional-results-${{ github.run_id }}
548548
path: |
@@ -560,7 +560,7 @@ jobs:
560560

561561
steps:
562562
- name: Check out Git repository
563-
uses: actions/checkout@v4
563+
uses: actions/checkout@v6
564564

565565
- name: Setup Node with Cache
566566
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -585,7 +585,7 @@ jobs:
585585
GH_TOKEN: ${{ secrets.GH_TOKEN }}
586586

587587
- name: Cypress visual tests
588-
uses: cypress-io/github-action@v6
588+
uses: cypress-io/github-action@v7
589589
timeout-minutes: 15
590590
with:
591591
install: false
@@ -604,7 +604,7 @@ jobs:
604604

605605
- name: Upload test results
606606
if: always()
607-
uses: actions/upload-artifact@v4
607+
uses: actions/upload-artifact@v6
608608
with:
609609
name: cypress-visual-results-${{ github.run_id }}
610610
path: |

.github/workflows/frontend-pr-workflow-v2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271

272272
steps:
273273
- name: Check out Git repository
274-
uses: actions/checkout@v4
274+
uses: actions/checkout@v6
275275

276276
- name: Setup Node with Cache
277277
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -314,7 +314,7 @@ jobs:
314314
315315
- name: Upload build artifacts
316316
if: ${{ !env.ACT }}
317-
uses: actions/upload-artifact@v4
317+
uses: actions/upload-artifact@v6
318318
with:
319319
name: build-${{ github.run_id }}
320320
path: ${{ inputs.build-output-dir }}
@@ -330,7 +330,7 @@ jobs:
330330

331331
steps:
332332
- name: Check out Git repository
333-
uses: actions/checkout@v4
333+
uses: actions/checkout@v6
334334

335335
- name: Setup Node with Cache
336336
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -358,7 +358,7 @@ jobs:
358358

359359
- name: Upload coverage
360360
if: always()
361-
uses: actions/upload-artifact@v4
361+
uses: actions/upload-artifact@v6
362362
with:
363363
name: coverage-${{ github.run_id }}
364364
path: coverage/
@@ -374,7 +374,7 @@ jobs:
374374

375375
steps:
376376
- name: Check out Git repository
377-
uses: actions/checkout@v4
377+
uses: actions/checkout@v6
378378

379379
- name: Setup Node with Cache
380380
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1
@@ -412,7 +412,7 @@ jobs:
412412

413413
- name: Upload test results
414414
if: always()
415-
uses: actions/upload-artifact@v4
415+
uses: actions/upload-artifact@v6
416416
with:
417417
name: integration-test-results-${{ github.run_id }}
418418
path: playwright-report/
@@ -431,7 +431,7 @@ jobs:
431431

432432
steps:
433433
- name: Check out Git repository
434-
uses: actions/checkout@v4
434+
uses: actions/checkout@v6
435435

436436
- name: Setup Node with Cache
437437
uses: Typeform/.github/shared-actions/setup-node-with-cache@v1

0 commit comments

Comments
 (0)