File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,21 @@ jobs:
1717 codeql :
1818 name : CodeQL Analysis
1919 runs-on : macos-latest
20- timeout-minutes : 360
2120 strategy :
22- fail-fast : false
2321 matrix :
24- language : [ swift ]
22+ xcode : ["16.4" ]
2523
2624 steps :
2725 - name : Checkout repository
2826 uses : actions/checkout@v5
2927
28+ - name : Select Xcode ${{ matrix.xcode }}
29+ run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
30+
3031 - name : Initialize CodeQL
3132 uses : github/codeql-action/init@v3
3233 with :
33- languages : ${{ matrix.language }}
34+ languages : swift
3435 queries : +security-and-quality
3536
3637 - name : Build Supabase library
3940 - name : Perform CodeQL Analysis
4041 uses : github/codeql-action/analyze@v3
4142 with :
42- category : " /language:${{matrix.language}} "
43+ category : " /language:swift "
4344
4445 dependency-review :
4546 name : Dependency Review
You can’t perform that action at this time.
0 commit comments