|
|
@@ -30,13 +30,13 @@ jobs:
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
|
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@v4
|
|
|
+ uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
|
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
|
build-mode: ${{ matrix.build-mode }}
|
|
|
config-file: .github/codeql/codeql-config.yml
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@v4
|
|
|
+ uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
|
|
|
with:
|
|
|
category: "/language:${{matrix.language}}"
|