This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Improved copying values from the phone and email fields. #1743
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: {} | |
push: | |
branches: | |
- developer | |
paths: | |
- .github/workflows/semgrep.yml | |
schedule: | |
- cron: '0 0 * * 0' | |
name: Semgrep | |
jobs: | |
semgrep: | |
name: Scan | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: returntocorp/semgrep-action@v1 | |
with: | |
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} |