Skip to content

Commit ef0c4e5

Browse files
authored
chore(deps): update github/codeql-action action to v2 (#8782)
1 parent 8e9b821 commit ef0c4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--clean-after-build
6767
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@v1
69+
uses: github/codeql-action/init@v2
7070
with:
7171
languages: ${{ matrix.language }}
7272

@@ -86,4 +86,4 @@ jobs:
8686
cmake --build build/output
8787
8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@v1
89+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)