Skip to content

Commit 69cf5cb

Browse files
Update to node24 and latest dependencies
Co-authored-by: FidelusAleksander <63016446+FidelusAleksander@users.noreply.github.com>
1 parent 57a1c9d commit 69cf5cb

9 files changed

Lines changed: 24134 additions & 23869 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6767
name: Upload Artifact
6868
id: upload
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: dist
7272
path: dist/

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
- name: Initialize CodeQL
3636
id: initialize
37-
uses: github/codeql-action/init@v3
37+
uses: github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040
source-root: src
4141

4242
- name: Autobuild
4343
id: autobuild
44-
uses: github/codeql-action/autobuild@v3
44+
uses: github/codeql-action/autobuild@v4
4545

4646
- name: Perform CodeQL Analysis
4747
id: analyze
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v4

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9.0
1+
24.14.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ outputs:
3030
description: 'Number of occurrences of the keyphrase found in the text'
3131

3232
runs:
33-
using: 'node20'
33+
using: 'node24'
3434
main: 'dist/index.js'

0 commit comments

Comments
 (0)