Skip to content

Commit 14da4f3

Browse files
dependabot[bot]Nachoo Mangas
authored andcommitted
build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#370)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f881e91 commit 14da4f3

2 files changed

Lines changed: 60 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,24 @@ jobs:
1616
strategy:
1717
matrix:
1818
name:
19+
- Node.js 0.8
1920
- Node.js 0.10
21+
- Node.js 0.12
22+
- io.js 1.x
23+
- io.js 2.x
24+
- io.js 3.x
2025
- Node.js 4.x
26+
- Node.js 5.x
2127
- Node.js 6.x
28+
- Node.js 7.x
2229
- Node.js 8.x
30+
- Node.js 9.x
2331
- Node.js 10.x
32+
- Node.js 11.x
2433
- Node.js 12.x
34+
- Node.js 13.x
2535
- Node.js 14.x
36+
- Node.js 15.x
2637
- Node.js 16.x
2738
- Node.js 17.x
2839
- Node.js 18.x
@@ -32,34 +43,79 @@ jobs:
3243
- Node.js 22.x
3344
- Node.js 23.x
3445
- Node.js 24.x
46+
- Node.js 25.x
3547

3648
include:
49+
- name: Node.js 0.8
50+
node-version: "0.8"
51+
npm-i: mocha@2.5.3 supertest@1.1.0
52+
3753
- name: Node.js 0.10
3854
node-version: "0.10"
3955
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
4056

57+
- name: Node.js 0.12
58+
node-version: "0.12"
59+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
60+
61+
- name: io.js 1.x
62+
node-version: "1"
63+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
64+
65+
- name: io.js 2.x
66+
node-version: "2"
67+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
68+
69+
- name: io.js 3.x
70+
node-version: "3"
71+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
72+
4173
- name: Node.js 4.x
4274
node-version: "4"
4375
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
4476

77+
- name: Node.js 5.x
78+
node-version: "5"
79+
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
80+
4581
- name: Node.js 6.x
4682
node-version: "6"
4783
npm-i: mocha@6.2.2 nyc@14.1.1
4884

85+
- name: Node.js 7.x
86+
node-version: "7"
87+
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@6.1.6
88+
4989
- name: Node.js 8.x
5090
node-version: "8"
5191
npm-i: mocha@7.2.0 nyc@14.1.1
5292

93+
- name: Node.js 9.x
94+
node-version: "9"
95+
npm-i: mocha@7.2.0 nyc@14.1.1 supertest@6.1.6
96+
5397
- name: Node.js 10.x
5498
node-version: "10"
5599
npm-i: mocha@8.3.2
56100

101+
- name: Node.js 11.x
102+
node-version: "11"
103+
npm-i: mocha@8.4.0 supertest@6.1.6
104+
57105
- name: Node.js 12.x
58106
node-version: "12"
59107

108+
- name: Node.js 13.x
109+
node-version: "13"
110+
npm-i: mocha@9.2.2 supertest@6.1.6
111+
60112
- name: Node.js 14.x
61113
node-version: "14"
62114

115+
- name: Node.js 15.x
116+
node-version: "15"
117+
npm-i: "supertest@6.1.6"
118+
63119
- name: Node.js 16.x
64120
node-version: "16"
65121

@@ -87,6 +143,9 @@ jobs:
87143
- name: Node.js 24.x
88144
node-version: "24"
89145

146+
- name: Node.js 25.x
147+
node-version: "25"
148+
90149
steps:
91150
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92151

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6464
with:
6565
name: SARIF file
6666
path: results.sarif

0 commit comments

Comments
 (0)