Commit Graph

26 Commits

Author SHA1 Message Date
Milos Pantic
468a5e0250 Rebuild minimatch (#522)
* Rebuild minimatch and adapt changed interface

* Apply formatting

* Update minimatch license
2023-03-23 10:45:05 +01:00
MaksimZhukov
36adcc2cb2 Update licenses and dependencies (#477) 2023-01-09 15:27:57 +01:00
IvanZosimov
e63db1786a Update licenses and rebuild action 2022-12-19 16:48:00 +01:00
Francesco Renzi
d8fb392051 Update @actions/core to 1.10.0 2022-10-06 11:51:14 +01:00
Cory Miller
15508143cd fix license type for other version of actions/http-client 2022-08-11 15:31:09 -04:00
Cory Miller
a29491a7fe fix license type for actions/http-client 2022-08-11 15:29:30 -04:00
Cory Miller
6e5bdb78b3 Updates licenses 2022-08-11 14:57:12 -04:00
licensed-ci
2a23f11dfe Auto-update license files 2022-03-15 16:06:37 +00:00
Patrick Ellis
b3a86a2193 update licensed cache 2021-10-01 14:16:37 -04:00
dependabot[bot]
c49f5acd80 Bump @actions/core from 1.4.0 to 1.5.0 (#214)
* Bump @actions/core from 1.4.0 to 1.5.0

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-update license files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com>
2021-09-02 14:30:30 +02:00
dependabot[bot]
9b2da75f4b Bump @actions/github from 2.2.0 to 5.0.0 (#161)
* Bump @actions/github from 2.2.0 to 5.0.0

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 2.2.0 to 5.0.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

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

Signed-off-by: dependabot[bot] <support@github.com>

* update licensed cache

* Code changes to support github 5.0

* regenerate dist/index

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Ellis <patrick.j.ellis@gmail.com>
2021-06-21 11:39:52 -04:00
Patrick Ellis
481b920753 update licensed cache 2021-06-17 15:23:43 -04:00
Patrick Ellis
d5a6e81a0b Merge branch 'main' into upgrade-js-yaml-to-4 2021-06-14 18:43:21 -04:00
Patrick Ellis
b6f39f5d27 re-run licensed cache 2021-06-11 19:12:23 -04:00
Patrick Ellis
46e4d72b10 Delete unused semver dependency 2021-06-11 19:10:26 -04:00
Patrick Ellis
dc237964a2 update license caches 2021-06-11 18:59:18 -04:00
Patrick Ellis
3424206184 Upgrade js-yaml to 4.0
The only code change is switching `safeLoad` (which was removed) for `load` (which is "safe" by default now)

https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md#400---2021-01-03
2021-06-11 18:54:48 -04:00
Patrick Ellis
ee9e584a3b Update license caches for node-fetch, signal-exit
Updated these from within our docker container, since that seems to
matter quite a lot in this case.
2021-06-07 15:40:56 -04:00
Patrick Ellis
710a179338 Merge branch 'main' into upgrade-to-typescript-4-and-jest-26 2021-06-07 15:00:25 -04:00
Patrick Ellis
0c10b6e0fb Merge branch 'main' into upgrade-to-typescript-4-and-jest-26 2021-06-07 10:41:25 -04:00
Patrick Ellis
8395937fc8 Merge branch 'main' into upgrade-licensed-to-3 2021-06-07 10:38:58 -04:00
Thomas Boop
8e74082f43 run licensed cache 2021-06-07 10:30:53 -04:00
Patrick Ellis
d7e0357984 update licensed cache
I just ran `licensed cache`.
2021-06-07 10:12:02 -04:00
Patrick Ellis
f0414a79d7 Upgrade Typescript to 4.3
Also necessitated upgrading ts-jest to 27.0 and jest to 26.0
2021-06-04 22:57:32 -04:00
Patrick Ellis
0ed1ab2b58 Update licensed cache 2021-06-04 17:18:33 -04:00
Thomas Boop
9794b1493b Add Licensed To Help Verify Prod Licenses (#91)
* Add Licensed Workflows and config files

* Manually verify licenses

* Ignore Generated Files in Git PR's
2020-09-16 10:01:44 -04:00