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 fa09f59 commit af17d3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:

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

jobs:
analyze:
name: Analyze
runs-on: macos-latest
runs-on: macos-14
permissions:
actions: read
contents: read
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 af17d3a

Please sign in to comment.