Skip to content

[trino] Update Spi to v438 #22

[trino] Update Spi to v438

[trino] Update Spi to v438 #22

Workflow file for this run

name: Security
on:
pull_request: {}
push:
branches: ['ranger-2.1-rzp']
schedule:
- cron: '30 20 * * *'
jobs:
security-sast:
uses: razorpay/security-action/.github/workflows/semgrep.yml@master
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
security-statuscheck:
needs: [security-sast]
if: always()
uses: razorpay/security-action/.github/workflows/[email protected]

Check failure on line 16 in .github/workflows/semgrep.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semgrep.yml

Invalid workflow file

error parsing called workflow ".github/workflows/semgrep.yml" -> "razorpay/security-action/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
WORKFLOW_RESULT: ${{ needs.security-sast.result == 'success' && needs.security-sast.result != 'cancelled' || 'false' }}