|
@@ -38,10 +38,10 @@ jobs:
|
|
|
run: make go-work
|
|
run: make go-work
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.29.5
|
|
|
|
|
|
|
+ uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
|
|
with:
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
languages: ${{ matrix.language }}
|
|
|
build-mode: ${{ matrix.build-mode }}
|
|
build-mode: ${{ matrix.build-mode }}
|
|
|
config-file: ./.github/config/codeql-config.yaml
|
|
config-file: ./.github/config/codeql-config.yaml
|
|
|
- name: Perform CodeQL Analysis
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.29.5
|
|
|
|
|
|
|
+ uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|