Skip to content

Update phpunit/phpunit requirement from ~4.8|~5.0 to ^11.3.2 in /razorpay-sdk #10

Update phpunit/phpunit requirement from ~4.8|~5.0 to ^11.3.2 in /razorpay-sdk

Update phpunit/phpunit requirement from ~4.8|~5.0 to ^11.3.2 in /razorpay-sdk #10

name: Semgrep scan
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
public-repo-job:
runs-on: ubuntu-latest
if: ${{ github.event.repository.private == false }}
container:
image: semgrep/semgrep
steps:
- uses: actions/[email protected]
- name: run on public repo
run: semgrep ci &> /dev/null
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_PUBLIC }}