Skip to content

Send a new field to determine the analytics level in the initial call. #1693

Send a new field to determine the analytics level in the initial call.

Send a new field to determine the analytics level in the initial call. #1693

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "develop", "main" ]
pull_request:
branches: [ "develop" ]
jobs:
analyze:
name: Analyze
runs-on: macos-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'swift' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: "Run, Build Application using script"
run: |
xcodebuild -project Adyen.xcodeproj -scheme Adyen -destination 'generic/platform=iOS' SKIP_INSTALL=NO build | xcpretty --utf --color
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3