Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.14.0
22.21.1
2 changes: 1 addition & 1 deletion .github/workflows/gitguardian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
persist-credentials: false

- name: GitGuardian scan
uses: GitGuardian/ggshield/actions/secret@v1.39.0
uses: GitGuardian/ggshield/actions/secret@v1.45.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'GitGuardian Scan' step
Uses Step
uses 'GitGuardian/ggshield/actions/secret' with ref 'v1.45.0', not a pinned commit hash
with:
args:
"--exclude pnpm-lock.yaml --exclude tools/config/verdaccio.yml
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"license": "Apache-2.0",
"private": true,
"packageManager": "pnpm@10.10.0",
"packageManager": "pnpm@10.22.0",
"engines": {
"node": ">=22.14.0",
"pnpm": ">=10.10.0"
"node": ">=22.21.1",
"pnpm": ">=10.22.0"
},
"keywords": [
"storm-software",
Expand Down
Loading
Loading