We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 498d9c8 + 24c2fc8 commit 33275ecCopy full SHA for 33275ec
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 0
33
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
36
with:
37
languages: ${{ matrix.language }}
38
@@ -48,6 +48,6 @@ jobs:
48
/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
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
52
53
category: "/language:${{matrix.language}}"
0 commit comments