We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f26e9 commit 0f2a345Copy full SHA for 0f2a345
.github/workflows/analysis.yml
@@ -2,6 +2,9 @@ name: Analysis
2
on:
3
schedule:
4
- cron: '0 0 1 * *'
5
+ push:
6
+ paths:
7
+ - /.github/workflows/analysis.yml
8
9
jobs:
10
codeql:
@@ -11,7 +14,7 @@ jobs:
11
14
- name: Checkout repository
12
15
uses: actions/checkout@v4
13
16
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
17
+ uses: github/codeql-action/init@v2
18
with:
19
config-file: ./.github/codeql.yml
20
languages: javascript
@@ -26,7 +29,7 @@ jobs:
26
29
- name: Use Node.js
27
30
uses: actions/setup-node@v4
28
31
- node-version: '16'
32
+ node-version: '22'
33
- uses: actions/cache@v4
34
35
path: ~/.npm
0 commit comments