|
|
@@ -26,8 +26,8 @@ jobs:
|
|
|
strategy:
|
|
|
fail-fast: false
|
|
|
matrix:
|
|
|
- language: [ 'javascript' ]
|
|
|
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
|
|
+ language: [ 'actions', 'javascript' ]
|
|
|
+ # CodeQL supports [ 'actions', 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
|
|
|
# Learn more:
|
|
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
|
|
|
|
|
|
@@ -37,7 +37,7 @@ jobs:
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
|
- name: Initialize CodeQL
|
|
|
- uses: github/codeql-action/init@v3
|
|
|
+ uses: github/codeql-action/init@v4
|
|
|
with:
|
|
|
languages: ${{ matrix.language }}
|
|
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
|
|
@@ -46,4 +46,4 @@ jobs:
|
|
|
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
|
|
|
|
|
- name: Perform CodeQL Analysis
|
|
|
- uses: github/codeql-action/analyze@v3
|
|
|
+ uses: github/codeql-action/analyze@v4
|