Commit Graph

18 Commits

Author SHA1 Message Date
Alexander Brandon Coles ead911e214 Bump Node to 22.22.3, npm to ^10.9.8
Bumps supported Node engines to `^22.22.3 || ^24.15.0`.

Updates to Node 22.22.3 for development, production, GitHub workflows
and in documentation.
2026-06-07 21:01:52 +01:00
Oliver Günther fa9d54a3d3 Address remaining findings 2026-05-06 11:04:47 +02:00
Oliver Günther febd9d0fe6 Explicity selt package-manager-cache: false 2026-05-06 10:37:54 +02:00
Oliver Günther 63426f037e Run zizmor on github actions, pinning all actions 2026-05-06 10:26:43 +02:00
dependabot[bot] 26dda8b6d1 Bump actions/checkout from 5 to 6 (#21137)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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>
2025-11-24 06:20:14 -03:00
dependabot[bot] 0b02760296 Bump actions/setup-node from 5 to 6 (#20685)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  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>
2025-10-20 10:15:22 +01:00
dependabot[bot] f14b8c230b Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 12:04:59 +00:00
dependabot[bot] 359ed37da5 Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 08:13:47 +00:00
Alexander Brandon Coles 9a6f632288 Bump node-version to 22.15 for GitHub workflows
Match the `node-version` defined in root `package.json` `engines` entry
and `docker/ci/Dockerfile`.

See also: fdea795a77
2025-07-23 08:54:16 +01:00
Alexander Brandon Coles 233ca7e14a Bump node-version to 20.9 for eslint/frontend test
Match the `node-version` defined in root `package.json` `engines` entry,
`.github/workflows/docker.yml` and `docker/ci/Dockerfile`.
2025-01-27 08:15:06 -03:00
Ivan Kuchin 72174d7512 update actions/setup-node to v4
Major version due to switch to node20 and dependencies update
2024-07-08 18:45:34 +02:00
Ivan Kuchin 886b2ccf59 update actions/checkout to v4
Major version only due to node runtime change
2024-07-08 18:43:20 +02:00
Oliver Günther aa8d7ac105 Switch back to upstream eslint action with workdir 2023-02-21 09:46:31 +01:00
Christophe Bliard a99bcbb50e Fix deprecated set-output and save-state commands
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
for more details.

As actions/cache@v2 was using deprecated `save-state` command, its usage
has been updated to use v3. For good measure, other actions have also
been upgraded to their latest version.
2023-01-23 08:31:10 +01:00
Benjamin Bädorf eba369027c Lint HTML files 2021-12-22 15:48:47 +01:00
Oliver Günther d4432b0530 Adapt other action names for consistency 2021-12-20 21:11:25 +01:00
Oliver Günther 425b57b007 Replace dangerfile with eslint plugins
We currently use dangerfile only for jasmine fdescribe/fit tests and
Angular onPush checks.

Both can be replaced by eslint plugins.
2021-07-20 14:14:28 +02:00
Oliver Günther 7c5f8de391 Add reviewdog-eslint for linting 2021-07-15 20:23:49 +02:00