Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
with:
repository: 'maxGraph/maxGraph'
- name: Setup node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: npm
- name: Install dependencies
run: npm install

Check warning on line 38 in .github/workflows/check-typescript-projects.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=maxGraph_maxgraph-integration-examples&issues=AZ-AFuQBwtmLxaBBbMIw&open=AZ-AFuQBwtmLxaBBbMIw&pullRequest=301

Check warning on line 38 in .github/workflows/check-typescript-projects.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=maxGraph_maxgraph-integration-examples&issues=AZ-AFuQBwtmLxaBBbMIx&open=AZ-AFuQBwtmLxaBBbMIx&pullRequest=301
- name: Build package
working-directory: packages/core
run: npm pack
Expand Down Expand Up @@ -72,7 +72,7 @@
path: ${{github.workspace}}/../maxgraph-npm-package
- uses: actions/checkout@v7
- name: Setup node
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
- name: Install dependencies
Expand Down