Skip to content

Commit fd47727

Browse files
uurienrochdev
authored andcommitted
Support node 22 in iast (#4281)
1 parent ebbf774 commit fd47727

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/appsec.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: yarn test:appsec:ci
3232
- uses: ./.github/actions/node/20
3333
- run: yarn test:appsec:ci
34-
- uses: ./.github/actions/node/21
34+
- uses: ./.github/actions/node/latest
3535
- run: yarn test:appsec:ci
3636
- uses: codecov/codecov-action@v3
3737

@@ -65,7 +65,7 @@ jobs:
6565
- run: yarn install
6666
- uses: ./.github/actions/node/oldest
6767
- run: yarn test:appsec:plugins:ci
68-
- uses: ./.github/actions/node/21
68+
- uses: ./.github/actions/node/latest
6969
- run: yarn test:appsec:plugins:ci
7070
- uses: codecov/codecov-action@v3
7171

@@ -127,7 +127,7 @@ jobs:
127127
- run: yarn install
128128
- uses: ./.github/actions/node/oldest
129129
- run: yarn test:appsec:plugins:ci
130-
- uses: ./.github/actions/node/21
130+
- uses: ./.github/actions/node/latest
131131
- run: yarn test:appsec:plugins:ci
132132
- uses: codecov/codecov-action@v3
133133

@@ -141,7 +141,7 @@ jobs:
141141
- run: yarn install
142142
- uses: ./.github/actions/node/oldest
143143
- run: yarn test:appsec:plugins:ci
144-
- uses: ./.github/actions/node/21
144+
- uses: ./.github/actions/node/latest
145145
- run: yarn test:appsec:plugins:ci
146146
- uses: codecov/codecov-action@v3
147147

@@ -161,7 +161,7 @@ jobs:
161161
- run: yarn install
162162
- uses: ./.github/actions/node/oldest
163163
- run: yarn test:appsec:plugins:ci
164-
- uses: ./.github/actions/node/21
164+
- uses: ./.github/actions/node/latest
165165
- run: yarn test:appsec:plugins:ci
166166
- uses: codecov/codecov-action@v3
167167

@@ -181,7 +181,7 @@ jobs:
181181
- run: yarn install
182182
- uses: ./.github/actions/node/oldest
183183
- run: yarn test:appsec:plugins:ci
184-
- uses: ./.github/actions/node/21
184+
- uses: ./.github/actions/node/latest
185185
- run: yarn test:appsec:plugins:ci
186186
- uses: codecov/codecov-action@v3
187187

@@ -197,7 +197,7 @@ jobs:
197197
- run: yarn test:appsec:plugins:ci
198198
- uses: ./.github/actions/node/20
199199
- run: yarn test:appsec:plugins:ci
200-
- uses: ./.github/actions/node/21
200+
- uses: ./.github/actions/node/latest
201201
- run: yarn test:appsec:plugins:ci
202202
- uses: codecov/codecov-action@v3
203203

@@ -212,7 +212,7 @@ jobs:
212212
- run: yarn install
213213
- uses: ./.github/actions/node/oldest
214214
- run: yarn test:appsec:plugins:ci
215-
- uses: ./.github/actions/node/21
215+
- uses: ./.github/actions/node/latest
216216
- run: yarn test:appsec:plugins:ci
217217
- if: always()
218218
uses: ./.github/actions/testagent/logs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@datadog/native-appsec": "7.1.1",
7474
"@datadog/native-iast-rewriter": "2.3.0",
75-
"@datadog/native-iast-taint-tracking": "1.7.0",
75+
"@datadog/native-iast-taint-tracking": "2.1.0",
7676
"@datadog/native-metrics": "^2.0.0",
7777
"@datadog/pprof": "5.2.0",
7878
"@datadog/sketches-js": "^2.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,10 @@
427427
lru-cache "^7.14.0"
428428
node-gyp-build "^4.5.0"
429429

430-
"@datadog/native-iast-taint-tracking@1.7.0":
431-
version "1.7.0"
432-
resolved "https://registry.yarnpkg.com/@datadog/native-iast-taint-tracking/-/native-iast-taint-tracking-1.7.0.tgz#0bcd4f287c25403d2a965939b33c35ae8544b363"
433-
integrity sha512-p3qnYJrUr9TQ38tuOFoutDAQWOobLdaaWpTl0SHu126JH3ANBxWL/QirtJy6czfzLpm5eXwYHwHidD1Y0mNPdg==
430+
"@datadog/native-iast-taint-tracking@2.1.0":
431+
version "2.1.0"
432+
resolved "https://registry.yarnpkg.com/@datadog/native-iast-taint-tracking/-/native-iast-taint-tracking-2.1.0.tgz#65e0350f04064a991e3a980daf1b68147069c9f2"
433+
integrity sha512-DjZ6itJcjLrTdKk2vP96hak2xS0ABd0NIB8poZG3OBQU5efkzu8JOQoxbIKMklG/0P2zh7EquvGP88PdVXT9aA==
434434
dependencies:
435435
node-gyp-build "^3.9.0"
436436

0 commit comments

Comments
 (0)