diff options
| author | jvoisin | 2023-06-25 23:47:21 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-25 23:47:21 +0200 |
| commit | b4ef65c6f0b0f13fd81164cff7b09df737c34950 (patch) | |
| tree | f57c8b55a1bae5aabe4fbebec96883159dced3f4 /.github | |
| parent | 78668b6ef599f700ba939017dc805485452f5319 (diff) | |
Bump codeql analyzer
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 b27024a..a8cf39b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -30,7 +30,7 @@ jobs: | |||
| 30 | 30 | ||
| 31 | # Initializes the CodeQL tools for scanning. | 31 | # Initializes the CodeQL tools for scanning. |
| 32 | - name: Initialize CodeQL | 32 | - name: Initialize CodeQL |
| 33 | uses: github/codeql-action/init@v1 | 33 | uses: github/codeql-action/init@v2 |
| 34 | with: | 34 | with: |
| 35 | languages: ${{ matrix.language }} | 35 | languages: ${{ matrix.language }} |
| 36 | # If you wish to specify custom queries, you can do so here or in a config file. | 36 | # If you wish to specify custom queries, you can do so here or in a config file. |
| @@ -42,4 +42,4 @@ jobs: | |||
| 42 | make release | 42 | make release |
| 43 | 43 | ||
| 44 | - name: Perform CodeQL Analysis | 44 | - name: Perform CodeQL Analysis |
| 45 | uses: github/codeql-action/analyze@v1 | 45 | uses: github/codeql-action/analyze@v2 |
