Skip to content

Commit

Permalink
Updates CodeQL action (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 17, 2024
1 parent 85c308b commit 87f3ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
analyze:
name: Analyze
runs-on: macos-13
runs-on: macos-14
permissions:
security-events: write
strategy:
Expand All @@ -23,11 +23,11 @@ jobs:
language: [ "swift", "c-cpp" ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Build
Expand All @@ -37,6 +37,6 @@ jobs:
-sdk iphonesimulator\
-destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=latest"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 87f3ec4

Please sign in to comment.