Skip to content

Commit 0f2a345

Browse files
authored
ci: update analysis.yml
1 parent 80f26e9 commit 0f2a345

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Analysis
22
on:
33
schedule:
44
- cron: '0 0 1 * *'
5+
push:
6+
paths:
7+
- /.github/workflows/analysis.yml
58

69
jobs:
710
codeql:
@@ -11,7 +14,7 @@ jobs:
1114
- name: Checkout repository
1215
uses: actions/checkout@v4
1316
- name: Initialize CodeQL
14-
uses: github/codeql-action/init@v1
17+
uses: github/codeql-action/init@v2
1518
with:
1619
config-file: ./.github/codeql.yml
1720
languages: javascript
@@ -26,7 +29,7 @@ jobs:
2629
- name: Use Node.js
2730
uses: actions/setup-node@v4
2831
with:
29-
node-version: '16'
32+
node-version: '22'
3033
- uses: actions/cache@v4
3134
with:
3235
path: ~/.npm

0 commit comments

Comments
 (0)