Skip to content

Commit 33275ec

Browse files
authored
Merge pull request #4597 from mapbox/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 498d9c8 + 24c2fc8 commit 33275ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v2
35+
uses: github/codeql-action/init@v3
3636
with:
3737
languages: ${{ matrix.language }}
3838

@@ -48,6 +48,6 @@ jobs:
4848
/usr/bin/xcodebuild build -project /Users/runner/work/mapbox-navigation-ios/mapbox-navigation-ios/MapboxNavigation-SPM.xcodeproj -target Example CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
4949
5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v2
51+
uses: github/codeql-action/analyze@v3
5252
with:
5353
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)