1- name : " CodeQL"
1+ name : CodeQL
22
33on :
44 push :
55 branches : [main]
66 pull_request :
7- # The branches below must be a subset of the branches above
87 branches : [main]
98 schedule :
109 - cron : " 0 13 * * 1"
@@ -14,41 +13,20 @@ jobs:
1413 name : Analyse
1514 runs-on : ubuntu-latest
1615
16+ permissions :
17+ security-events : write
18+
1719 steps :
1820 - name : Checkout repository
1921 uses : actions/checkout@v6
20- with :
21- # We must fetch at least the immediate parents so that if this is
22- # a pull request then we can checkout the head.
23- fetch-depth : 2
2422
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-
30- # Initializes the CodeQL tools for scanning.
3123 - name : Initialize CodeQL
3224 uses : github/codeql-action/init@v4
33- # Override language selection by uncommenting this and choosing your languages
34- # with:
35- # languages: go, javascript, csharp, python, cpp, java
25+ with :
26+ languages : javascript-typescript
3627
37- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
38- # If this step fails, then you should remove it and run the build manually (see below)
3928 - name : Autobuild
40- uses : github/codeql-action/autobuild@v3
41-
42- # ℹ️ Command-line programs to run using the OS shell.
43- # 📚 https://git.io/JvXDl
44-
45- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
46- # and modify them (or add more) to build your code if your project
47- # uses a compiled language
48-
49- # - run: |
50- # make bootstrap
51- # make release
29+ uses : github/codeql-action/autobuild@v4
5230
5331 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v3
32+ uses : github/codeql-action/analyze@v4
0 commit comments