Skip to content

Commit fde52fa

Browse files
authored
chore(PI-5008): update node deps, node runner version
1 parent 9644f40 commit fde52fa

File tree

15 files changed

+23514
-21535
lines changed

15 files changed

+23514
-21535
lines changed

.github/workflows/basic-example.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
analysis_type: static
7070
group_id: ${{ vars.NS_GROUP }}
7171
app_file: ./MASTG-DEMO-0031.apk
72-
analysis_type: static
7372

7473
# Pulls the NowSecure report, converts it to SARIF and uploads it.
7574
process:

.github/workflows/builder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: Builder
66

77
on:
88
push:
9+
branches-ignore:
10+
- main
911
paths:
1012
- src/**
1113
- package.json
@@ -23,7 +25,7 @@ jobs:
2325
- name: Setup Node.js
2426
uses: actions/setup-node@v5
2527
with:
26-
node-version: "20.x"
28+
node-version: "24.x"
2729
cache: "yarn"
2830

2931
- run: yarn install --frozen-lockfile --silent

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v5
2929
with:
30-
node-version: "20.x"
30+
node-version: "24.x"
3131
cache: "yarn"
3232

3333
- run: yarn install --frozen-lockfile --silent

convert-sarif/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
description: "Defines the score under which an assessment will fail"
6464
default: 0
6565
runs:
66-
using: "node20"
66+
using: "node24"
6767
main: "../dist/nowsecure-convert-sarif/index.js"
6868
branding:
6969
icon: alert-triangle

create-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ inputs:
4646
required: false
4747
description: "The owner of the GitHub repository used to create issues. Defaults to the owner of the repo running the action"
4848
runs:
49-
using: "node20"
49+
using: "node24"
5050
main: "../dist/nowsecure-create-issues/index.js"
5151
branding:
5252
icon: alert-triangle

0 commit comments

Comments
 (0)