|
|
|
@ -48,7 +48,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
|
- name: Initialize CodeQL
|
|
|
|
- name: Initialize CodeQL
|
|
|
|
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pinv4.37.0
|
|
|
|
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # pinv4.37.1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
languages: ${{ matrix.language }}
|
|
|
|
languages: ${{ matrix.language }}
|
|
|
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
|
@ -73,4 +73,4 @@ jobs:
|
|
|
|
# make release
|
|
|
|
# make release
|
|
|
|
|
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
|
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # pinv4.37.0
|
|
|
|
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # pinv4.37.1
|
|
|
|
|