This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
20
20
steps :
21
21
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
- - uses : actions/setup-node@v3
24
+ - uses : actions/setup-node@v4
25
25
with :
26
26
token : ${{ secrets.GITHUB_TOKEN }}
27
- node-version : 16
27
+ node-version : 20
28
28
cache : ${{ !env.ACT && 'npm' || '' }} # cache API not available in ACT
29
29
30
- - uses : bazelbuild/setup-bazelisk@v2
30
+ - uses : bazelbuild/setup-bazelisk@v3
31
31
with :
32
32
token : ${{ secrets.GITHUB_TOKEN }}
33
33
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
49
49
50
50
steps :
51
51
- name : Checkout repository
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@v2
56
+ uses : github/codeql-action/init@v3
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
81
81
- run : npm test
82
82
83
83
- name : Perform CodeQL Analysis
84
- uses : github/codeql-action/analyze@v2
84
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments