Skip to content

Commit b340c4f

Browse files
authored
Merge pull request #719 from actions/node24
Upload Artifact Node 24 support
2 parents 330a01c + 867bba2 commit b340c4f

File tree

131 files changed

+217751
-224170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+217751
-224170
lines changed

.licensed.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
sources:
22
npm: true
33

4+
# Force UTF-8 encoding
5+
encoding: 'utf-8'
6+
47
allowed:
58
- apache-2.0
69
- bsd-2-clause
@@ -9,7 +12,30 @@ allowed:
912
- mit
1013
- cc0-1.0
1114
- unlicense
15+
- 0bsd
16+
- blueoak-1.0.0
1217

1318
reviewed:
1419
npm:
15-
- fs.realpath
20+
- fs.realpath
21+
- "@actions/http-client" # MIT
22+
- "@bufbuild/protobuf" # Apache-2.0
23+
- "@pkgjs/parseargs" # MIT
24+
- "@protobuf-ts/runtime" # Apache-2.0
25+
- argparse # Python-2.0
26+
- buffers # MIT
27+
- chainsaw # MIT
28+
- color-convert # MIT
29+
- ieee754 # BSD-3-Clause
30+
- lodash # MIT
31+
- mdurl # MIT
32+
- neo-async # MIT
33+
- package-json-from-dist # ISC
34+
- readable-stream # MIT
35+
- sax # ISC
36+
- source-map # BSD-3-Clause
37+
- string_decoder # MIT
38+
- traverse # MIT
39+
- tslib # 0BSD
40+
- uglify-js # BSD-2-Clause
41+
- wordwrap # MIT

.licenses/npm/@actions/artifact.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/github-5.1.1.dep.yml renamed to .licenses/npm/@actions/core-1.11.1.dep.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/core-2.0.1.dep.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/core.dep.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/exec-2.0.0.dep.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client.dep.yml renamed to .licenses/npm/@actions/http-client-2.2.3.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client-3.0.0.dep.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/io-1.1.3.dep.yml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)