|
@@ -30,16 +30,16 @@ jobs:
|
|
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
|
|
|
with:
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
languages: ${{ matrix.language }}
|
|
|
config-file: ./.github/codeql-config.yml
|
|
config-file: ./.github/codeql-config.yml
|
|
|
queries: security-and-quality
|
|
queries: security-and-quality
|
|
|
|
|
|
|
|
- name: Autobuild
|
|
- name: Autobuild
|
|
|
- uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
|
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
|
|
|
with:
|
|
with:
|
|
|
category: "/language:${{matrix.language}}"
|
|
category: "/language:${{matrix.language}}"
|