Skip to content

Commit faf7a2e

Browse files
authored
Merge branch 'master' into refactor/sort_loops
2 parents d087916 + e2b4d7c commit faf7a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
uses: actions/checkout@v5
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v3
53+
uses: github/codeql-action/init@v4
5454
with:
5555
languages: ${{ matrix.language }}
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v3
58+
uses: github/codeql-action/analyze@v4
5959
with:
6060
category: /language:${{ matrix.language }}
6161

0 commit comments

Comments
 (0)