File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525
2626 - name : Set Node.js 16.x
27- uses : actions/setup-node@v3.7 .0
27+ uses : actions/setup-node@v4.1 .0
2828 with :
2929 node-version : 16.x
3030
4444 id : diff
4545
4646 # If index.js was different than expected, upload the expected version as an artifact
47- - uses : actions/upload-artifact@v3
47+ - uses : actions/upload-artifact@v4
4848 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
4949 with :
5050 name : dist
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@v3
4646 with :
4747 languages : ${{ matrix.language }}
4848 config-file : ./.github/codeql/codeql-config.yml
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@v2
57+ uses : github/codeql-action/autobuild@v3
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 https://git.io/JvXDl
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v2
71+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change 1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Unit test
1919 run : |
2020 npm install
You can’t perform that action at this time.
0 commit comments