chore!: bump dependencies & update node engine requirement (#1887)

This commit is contained in:
エリス
2026-02-24 11:34:13 +09:00
committed by GitHub
parent edf344008f
commit b4eadcce6e
3 changed files with 427 additions and 448 deletions
+4 -4
View File
@@ -41,8 +41,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-15]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
@@ -61,7 +61,7 @@ jobs:
# It contains mixed content from the npm package "cordova-js" and "./cordova-js-src".
# The report might not be resolvable because of the external package.
# If the report is related to this repository, it would be detected when scanning "./cordova-js-src".
- uses: github/codeql-action/init@v3
- uses: github/codeql-action/init@v4
with:
languages: javascript, java-kotlin
queries: security-and-quality
@@ -79,7 +79,7 @@ jobs:
env:
CI: true
- uses: github/codeql-action/analyze@v3
- uses: github/codeql-action/analyze@v4
# v4.6.0
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238