Update codeql-analysis.yml
This commit is contained in:
Родитель
1e8ef32db8
Коммит
44d2134db0
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
id: init_codeql
|
id: init_codeql
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
category: ${{ matrix.language }}
|
category: ${{ matrix.language }}
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- if: matrix.language == 'csharp'
|
- if: matrix.language == 'csharp'
|
||||||
name: Build C# code
|
name: Build C# code
|
||||||
id: build_csharp_code
|
id: build_csharp_code
|
||||||
uses: github/codeql-action/autobuild@v1
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
- if: matrix.language == 'java'
|
- if: matrix.language == 'java'
|
||||||
name: Build Java code
|
name: Build Java code
|
||||||
|
@ -45,6 +45,6 @@ jobs:
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
id: analyze_codeql
|
id: analyze_codeql
|
||||||
uses: github/codeql-action/analyze@v1
|
uses: github/codeql-action/analyze@v2
|
||||||
|
|
||||||
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
|
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче