update codeql to v2

Simon Smith committed May 24, 2023 at 11:46 UTC c65bf86305d94107b6fd20082a3712e504f43219
1 file changed +2 -2
.github/workflows/codeql-analysis.yml
+2 -2
@@ -26,7 +26,7 @@ jobs:
26
27 # Initializes the CodeQL tools for scanning.
28 - name: Initialize CodeQL
29 - uses: github/codeql-action/init@v1
29 + uses: github/codeql-action/init@v2
30 # Override language selection by uncommenting this and choosing your languages
31 # with:
32 # languages: go, javascript, csharp, python, cpp, java
@@ -48,4 +48,4 @@ jobs:
48 # make release
49
50 - name: Perform CodeQL Analysis
51 - uses: github/codeql-action/analyze@v1
51 + uses: github/codeql-action/analyze@v2