Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp authored Jun 24, 2024
1 parent d33b9d5 commit e0f4117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

env:
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
DEVELOPER_DIR: /Applications/Xcode_16.0.app

jobs:
analyze:
Expand All @@ -27,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit e0f4117

Please sign in to comment.