File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v2
47+ uses : actions/checkout@v3
4848
4949 # Initializes the CodeQL tools for scanning.
5050 - name : Initialize CodeQL
51- uses : github/codeql-action/init@v1
51+ uses : github/codeql-action/init@v2
5252 with :
5353 languages : ${{ matrix.language }}
5454 # If you wish to specify custom queries, you can do so here or in a config file.
5959 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060 # If this step fails, then you should remove it and run the build manually (see below)
6161 - name : Autobuild
62- uses : github/codeql-action/autobuild@v1
62+ uses : github/codeql-action/autobuild@v2
6363
6464 # ℹ️ Command-line programs to run using the OS shell.
6565 # 📚 https://git.io/JvXDl
7373 # make release
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@v1
76+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626
2727 - name : Install Node.js
28- uses : actions/setup-node@v1
28+ uses : actions/setup-node@v3
2929 with :
3030 node-version : 16.x
3131
You can’t perform that action at this time.
0 commit comments