Просмотр исходного кода

Merge pull request #404 from 9seconds/codeql

Update stale codeql configuration
tags/v2.2.5^2^2
Sergei Arkhipov 1 месяц назад
Родитель
Сommit
d32e8e8b97
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 7 добавлений и 5 удалений
  1. 7
    5
      .github/workflows/codeql-analysis.yml

+ 7
- 5
.github/workflows/codeql-analysis.yml Просмотреть файл

21
 
21
 
22
 on:
22
 on:
23
   push:
23
   push:
24
-    branches: 
24
+    branches:
25
       - master
25
       - master
26
       - stable
26
       - stable
27
   pull_request:
27
   pull_request:
45
 
45
 
46
     steps:
46
     steps:
47
     - name: Checkout repository
47
     - name: Checkout repository
48
-      uses: actions/checkout@v2
48
+      uses: actions/checkout@v6
49
+      with:
50
+        submodules: recursive
49
 
51
 
50
     # Initializes the CodeQL tools for scanning.
52
     # Initializes the CodeQL tools for scanning.
51
     - name: Initialize CodeQL
53
     - name: Initialize CodeQL
52
-      uses: github/codeql-action/init@v1
54
+      uses: github/codeql-action/init@v4
53
       with:
55
       with:
54
         languages: ${{ matrix.language }}
56
         languages: ${{ matrix.language }}
55
         # If you wish to specify custom queries, you can do so here or in a config file.
57
         # If you wish to specify custom queries, you can do so here or in a config file.
60
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
62
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
61
     # If this step fails, then you should remove it and run the build manually (see below)
63
     # If this step fails, then you should remove it and run the build manually (see below)
62
     - name: Autobuild
64
     - name: Autobuild
63
-      uses: github/codeql-action/autobuild@v1
65
+      uses: github/codeql-action/autobuild@v4
64
 
66
 
65
     # ℹ️ Command-line programs to run using the OS shell.
67
     # ℹ️ Command-line programs to run using the OS shell.
66
     # 📚 https://git.io/JvXDl
68
     # 📚 https://git.io/JvXDl
74
     #   make release
76
     #   make release
75
 
77
 
76
     - name: Perform CodeQL Analysis
78
     - name: Perform CodeQL Analysis
77
-      uses: github/codeql-action/analyze@v1
79
+      uses: github/codeql-action/analyze@v4

Загрузка…
Отмена
Сохранить