11 Commits

Author SHA1 Message Date
Florian Stosse
6af6e1b442 Enable dependabot for GitHub Actions dependencies (#11093)
* Pin GitHub Actions versions
* Add Dependabot alerts for Actions
2025-06-04 10:01:43 +02:00
Martin Raifer
ae08144916 update test environments (test on node v22 instead of v18) 2025-04-29 16:21:30 +02:00
Martin Raifer
022fc3c574 simplify staging deploy workflow, upgrade github action versions 2025-02-15 13:16:43 +01:00
Peter Newman
4690aa9a07 Force colour in github action output (#9692) 2023-11-14 09:25:31 +01:00
archpdx
6f0d463f2d Bump min nodejs to version to v18 (#9923) 2023-11-13 14:54:03 +01:00
Martin Raifer
4783d61a10 bundle package-lock
see https://github.com/openstreetmap/id-tagging-schema/pull/800#discussion_r1133820018
2023-03-13 13:49:00 +01:00
Daniele Basso
8a7b0cf43f Update Workflows (#9057)
Co-authored-by: Daniele Basso <daniele05.bass@gmail.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
2022-07-19 11:11:32 +02:00
Naveen
2bf047fa64 chore: Set permissions for GitHub actions (#9177)
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-07-15 16:33:57 +02:00
Martin Raifer
ac92f5b624 bump nodejs requirement to v16.14+ as this is now required by NSI
see https://github.com/osmlab/name-suggestion-index/issues/6014
2022-06-03 17:26:06 +02:00
John Firebaugh
cc9bea044a Replace node 10 with node 16 in test matrix
Node 10 is no longer in LTS maintenance. v16 will move to maintenance LTS on Tuesday.

https://nodejs.org/en/about/releases/
2021-10-24 19:53:21 -07:00
Bryan Housel
bd3562d9a3 Switch from Travis CI to GitHub Action build.yml 2020-12-18 10:07:26 -05:00