|
@@ -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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # 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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
|
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
|
|
|
|
|
|
|
+ uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
|
|
|
with:
|
|
with:
|
|
|
category: "/language:${{matrix.language}}"
|
|
category: "/language:${{matrix.language}}"
|