Skip to content

[V7] Merge V7 Feature Branch #179

[V7] Merge V7 Feature Branch

[V7] Merge V7 Feature Branch #179

Workflow file for this run

name: Security
# Slack: #help-product-security
permissions:
contents: write # Needed by both CodeQL and dependency review
pull-requests: write # Needed by dependency review
statuses: write # Needed by dependency review (to post checks)
security-events: write # Needed by CodeQL to upload SARIF
packages: read # Needed by CodeQL for private/internal packs
actions: read # Needed by CodeQL to access internal actions
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
code-scanning:
uses: braintree/security-workflows/.github/workflows/codeql-ios.yml@addIOS7Support

Check failure on line 21 in .github/workflows/security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security.yml

Invalid workflow file

error parsing called workflow ".github/workflows/security.yml" -> "braintree/security-workflows/.github/workflows/codeql-ios.yml@addIOS7Support" (source branch with sha:ef4528324a73b82a61f2f12c6fe62c86d153cd5b) : (Line: 40, Col: 14): Unexpected symbol: '"macos-15-xlarge"'. Located at position 36 within expression: inputs.mac-runner-version == 15 && "macos-15-xlarge" || "macOS-14-xlarge", (Line: 50, Col: 14): Unexpected symbol: '"16'. Located at position 36 within expression: inputs.mac-runner-version == 15 && "16.4.0" || "15.0.1", (Line: 121, Col: 14): Unexpected symbol: '"iPhone'. Located at position 36 within expression: inputs.mac-runner-version == 15 && "iPhone 16" || "iPhone 15"
with:
mac-runner-version: 15
project: Demo/Demo.xcodeproj
workspace: Braintree.xcworkspace
scheme: Demo
dependency-review:
uses: braintree/security-workflows/.github/workflows/dependency-review.yml@main