Commit Graph

23 Commits

Author SHA1 Message Date
kyy
f464ba2d31 Update swagger-ui
Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 54s
2025-06-24 13:40:26 +09:00
dependabot[bot]
ed025c486f chore(deps): bump actions/checkout from 3 to 4 (#9637)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-24 15:32:51 +01:00
dependabot[bot]
d27888b85f chore(deps): bump actions/cache from 3 to 4 (#9638)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-24 15:32:40 +01:00
dependabot[bot]
d12587d51f chore(deps): bump actions/setup-node from 3 to 4 (#9621)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-23 12:00:14 +01:00
Vladimír Gorej
7addbd0eb5 test: consolidate unit tests (#9588)
All mocha tests have been migrated to Jest tests.

Closes #9564
2024-02-14 11:39:40 +01:00
Varun Sharma
9bdbaef105 ci: add minimum GitHub token permissions for workflows (#8169)
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2023-11-10 14:14:29 +01:00
Vladimír Gorej
aea093dbf8 build: use Node.js =20.3.0 for local dev env (#9204) 2023-09-13 10:54:06 +02:00
Vladimír Gorej
3e81a4f897 chore(deps-dev): update cypress to v12 (#8889)
This update required changing the configuration
and test directory structure. Some tests needed
to be amended as well to compensate for new
Cypress APIs.
2023-06-07 10:25:32 +02:00
Vladimír Gorej
1a9b3c1098 ci(nodejs): run workflow on next branch (#8455)
Refs #8403
2023-03-08 11:22:18 +01:00
Tim Lai
aaf4843f69 ci(ga): add next branch to build and dependabot workflows (#8394) 2023-02-15 16:01:29 -08:00
Anton Yakutovich
0a7b3d6b2f ci(nodejs.yml): refactor with single cache step (#8221) 2022-10-11 13:04:50 +02:00
Vladimir Gorej
9b5cbecad0 ci: optimize speed of CI (#7649)
Refs #7627
2021-11-16 21:22:17 +01:00
Vladimir Gorej
08b1746d13 ci: use max Node.js version of 16.8
Node.js version 16.9 relesed 3 days ago gives cryptic
errors. We'll wait untill this is fixed upstream.
2021-09-10 11:12:21 +03:00
Tim Lai
96d5218e9c chore(ga): cache cypress binary (#7377)
* chore(ga): cache cypress binary

* chore(ga): add cypress_cache_folder

* chore(ga): add cache node modules to artifact-bundle
2021-06-24 16:07:32 -07:00
Tim Lai
1032d927a5 chore: prep repo for node.js v10 EOL (#7359) 2021-06-22 14:07:37 -07:00
Tim Lai
56168eb3ca ci(GA): remove dependabot auto-merge action (#7101) 2021-03-18 13:59:26 -07:00
Tim Lai
7b7f7f891c refactor(GA): move merge-me to eof (#6728) 2020-12-14 11:20:59 -08:00
Tim Lai
be90a337da ci(GA): fix merge-me required artifact-bundle (#6701) 2020-12-10 10:44:27 -08:00
Tim Lai
0dbea551bc ci: automerge dependabot PRs that passes CI (#6699) 2020-12-10 10:13:16 -08:00
Tim Lai
be99d495bf ci(GA): add lint-errors step (#6564) 2020-10-26 15:14:57 -07:00
Tim Lai
fca93ea914 ci(GA): add test:artifact job (#6562) 2020-10-26 12:02:25 -07:00
Tim Lai
c9420960c7 ci(GA): add release job step (#6558) 2020-10-23 15:59:14 -07:00
Tim Lai
e48fb369d0 ci(GA): use github actions as CI (#6557) 2020-10-23 14:39:41 -07:00