|
|
@ -27,12 +27,12 @@ jobs: |
|
|
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
|
|
|
|
|
|
|
- name: Initialize CodeQL |
|
|
|
- name: Initialize CodeQL |
|
|
|
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 |
|
|
|
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 |
|
|
|
with: |
|
|
|
with: |
|
|
|
languages: ${{ matrix.language }} |
|
|
|
languages: ${{ matrix.language }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Autobuild |
|
|
|
- name: Autobuild |
|
|
|
uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 |
|
|
|
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 |
|
|
|
|
|
|
|
|
|
|
|
- name: Perform CodeQL Analysis |
|
|
|
- name: Perform CodeQL Analysis |
|
|
|
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 |
|
|
|
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 |
|
|
|