Skip to content

Commit 27d4515

Browse files
codeql: upgrade from v3 to v4
1 parent 2ec6df2 commit 27d4515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- 'UITests/**'
3838
- name: Initialize CodeQL
3939
if: steps.changes.outputs.src == 'true'
40-
uses: github/codeql-action/init@v3
40+
uses: github/codeql-action/init@v4
4141
with:
4242
languages: ${{ matrix.language }}
4343
- name: Build
@@ -50,7 +50,7 @@ jobs:
5050
-destination "platform=iOS Simulator,name=${{ env.XCODEBUILD_DESTINATION }},OS=${{ env.XCODEBUILD_OS }}"\
5151
| xcbeautify --renderer github-actions
5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@v3
53+
uses: github/codeql-action/analyze@v4
5454
if: steps.changes.outputs.src == 'true'
5555
with:
5656
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)