@cryptotaxi247 / kubo / commits / 401302128

ci: update CodeQL Actions workflow from V1 to V2 (#9266)

Perfection Loveday committed Sep 22, 2022 at 07:09 UTC 401302128dacfdcab0ac4239975d8f19c8865b25
1 file changed +3 -3
.github/workflows/codeql-analysis.yml
+3 -3
@@ -31,12 +31,12 @@ jobs:
31
32 # Initializes the CodeQL tools for scanning.
33 - name: Initialize CodeQL
34 - uses: github/codeql-action/init@v1
34 + uses: github/codeql-action/init@v2
35 with:
36 languages: ${{ matrix.language }}
37
38 - name: Autobuild
39 - uses: github/codeql-action/autobuild@v1
39 + uses: github/codeql-action/autobuild@v2
40
41 - name: Perform CodeQL Analysis
42 - uses: github/codeql-action/analyze@v1
42 + uses: github/codeql-action/analyze@v2