Skip to content

Commit c38e173

Browse files
committed
Update codeql actions
Update version of codeql actions to v4-
1 parent f7243cb commit c38e173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v3
32+
uses: github/codeql-action/init@v4
3333
with:
3434
languages: ${{ matrix.language }}
3535

@@ -54,6 +54,6 @@ jobs:
5454
# ./location_of_script_within_repo/buildscript.sh
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v3
57+
uses: github/codeql-action/analyze@v4
5858
with:
5959
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)