This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,17 @@ jobs:
2222 # a pull request then we can checkout the head.
2323 fetch-depth : 2
2424
25- # If this run was triggered by a pull request event, then checkout
26- # the head of the pull request instead of the merge commit.
27- - run : git checkout HEAD^2
28- if : ${{ github.event_name == 'pull_request' }}
29-
3025 # Initializes the CodeQL tools for scanning.
3126 - name : Initialize CodeQL
32- uses : github/codeql-action/init@v1
27+ uses : github/codeql-action/init@v2
3328 # Override language selection by uncommenting this and choosing your languages
3429 with :
3530 languages : javascript
3631
3732 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3833 # If this step fails, then you should remove it and run the build manually (see below)
3934 - name : Autobuild
40- uses : github/codeql-action/autobuild@v1
35+ uses : github/codeql-action/autobuild@v2
4136
4237 # ℹ️ Command-line programs to run using the OS shell.
4338 # 📚 https://git.io/JvXDl
5146 # make release
5247
5348 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v1
49+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments