File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010 name : Verify Files
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : actions/setup-node@v2
13+ - uses : actions/checkout@v3
14+ - uses : actions/setup-node@v3
1515 with :
1616 node-version : ' 16.x'
1717 - name : Install Packages
3636 node : " 16.x"
3737 runs-on : ${{ matrix.os }}
3838 steps :
39- - uses : actions/checkout@v2
40- - uses : actions/setup-node@v2
39+ - uses : actions/checkout@v3
40+ - uses : actions/setup-node@v3
4141 with :
4242 node-version : ${{ matrix.node }}
4343 - name : Install Packages
5151 name : Browser Test
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v2
55- - uses : actions/setup-node@v2
54+ - uses : actions/checkout@v3
55+ - uses : actions/setup-node@v3
5656 with :
5757 node-version : ' 16'
5858 - name : Install Packages
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ jobs:
3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v1
46+ uses : github/codeql-action/init@v2
4747 with :
4848 languages : ${{ matrix.language }}
4949 # If you wish to specify custom queries, you can do so here or in a config file.
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@v1
57+ uses : github/codeql-action/autobuild@v2
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6868 # make release
6969
7070 - 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 1818 pull-requests : write
1919
2020 steps :
21- - uses : actions/stale@v3
21+ - uses : actions/stale@v5
2222 with :
2323 repo-token : ${{ secrets.GITHUB_TOKEN }}
2424 days-before-stale : 60
You can’t perform that action at this time.
0 commit comments