File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
name : Verify Files
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
14
- - uses : actions/setup-node@v2
13
+ - uses : actions/checkout@v3
14
+ - uses : actions/setup-node@v3
15
15
with :
16
16
node-version : ' 16.x'
17
17
- name : Install Packages
36
36
node : " 16.x"
37
37
runs-on : ${{ matrix.os }}
38
38
steps :
39
- - uses : actions/checkout@v2
40
- - uses : actions/setup-node@v2
39
+ - uses : actions/checkout@v3
40
+ - uses : actions/setup-node@v3
41
41
with :
42
42
node-version : ${{ matrix.node }}
43
43
- name : Install Packages
51
51
name : Browser Test
52
52
runs-on : ubuntu-latest
53
53
steps :
54
- - uses : actions/checkout@v2
55
- - uses : actions/setup-node@v2
54
+ - uses : actions/checkout@v3
55
+ - uses : actions/setup-node@v3
56
56
with :
57
57
node-version : ' 16'
58
58
- name : Install Packages
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v2
42
+ uses : actions/checkout@v3
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@v1
46
+ uses : github/codeql-action/init@v2
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@v1
57
+ uses : github/codeql-action/autobuild@v2
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v1
71
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 18
18
pull-requests : write
19
19
20
20
steps :
21
- - uses : actions/stale@v3
21
+ - uses : actions/stale@v5
22
22
with :
23
23
repo-token : ${{ secrets.GITHUB_TOKEN }}
24
24
days-before-stale : 60
You can’t perform that action at this time.
0 commit comments