summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml4
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