Skip to content

6.31.0

6.31.0 #3

Workflow file for this run

name: 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: [ master ]
push:
branches: [ master ]
workflow_dispatch:
jobs:
semgrep-php:
uses: PayPal-Braintree/security-workflows/.github/workflows/semgrep-php.yml@main

Check failure on line 20 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" -> "PayPal-Braintree/security-workflows/.github/workflows/semgrep-php.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
dependency-review:
uses: PayPal-Braintree/security-workflows/.github/workflows/dependency-review.yml@main