SNOW-2890719 Fix null count validation error for repeated fields #2472
Workflow file for this run
This file contains hidden or 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
| --- | |
| name: Run semgrep checks | |
| on: | |
| pull_request: | |
| branches: [master] | |
| permissions: | |
| contents: read | |
| jobs: | |
| run-semgrep-reusable-workflow: | |
| uses: snowflakedb/reusable-workflows/.github/workflows/semgrep-v2.yml@main | |
| secrets: | |
| token: ${{ secrets.SEMGREP_APP_TOKEN }} | |