Skip to content

build(deps): bump actions/checkout from 3 to 4 #86

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #86

name: 'CodeQL'
on:
push:
branches: [master]
pull_request:
schedule:
- cron: '40 4 * * 6'
jobs:
analyze:
name: Analyze
runs-on: macos-11
strategy:
fail-fast: false
matrix:
language: ['cpp']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # pin@v2
with:
languages: ${{ matrix.language }}
- run: >-
env NSUnbufferedIO=YES
xcodebuild
-workspace Sentry.xcworkspace
-scheme Sentry
-configuration Release
-destination platform="iOS Simulator,OS=latest,name=iPhone 11 Pro"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # pin@v2