diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e01aa5fc..8f191037 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -45,7 +45,7 @@ jobs: | |||
| 45 | 45 | ||
| 46 | # Initializes the CodeQL tools for scanning. | 46 | # Initializes the CodeQL tools for scanning. |
| 47 | - name: Initialize CodeQL | 47 | - name: Initialize CodeQL |
| 48 | uses: github/codeql-action/init@v3 | 48 | uses: github/codeql-action/init@v4 |
| 49 | with: | 49 | with: |
| 50 | languages: ${{ matrix.language }} | 50 | languages: ${{ matrix.language }} |
| 51 | # If you wish to specify custom queries, you can do so here or in a config file. | 51 | # If you wish to specify custom queries, you can do so here or in a config file. |
| @@ -82,4 +82,4 @@ jobs: | |||
| 82 | make | 82 | make |
| 83 | 83 | ||
| 84 | - name: Perform CodeQL Analysis | 84 | - name: Perform CodeQL Analysis |
| 85 | uses: github/codeql-action/analyze@v3 | 85 | uses: github/codeql-action/analyze@v4 |
