Skip to content

chore(deps): Bump webpack from 5.38.1 to 5.83.1 #47

chore(deps): Bump webpack from 5.38.1 to 5.83.1

chore(deps): Bump webpack from 5.38.1 to 5.83.1 #47

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches: ["master"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: razorpay/checkout-action@30aedaf6f35b3b7756b8095789c1e18674bcf2f6
- uses: returntocorp/semgrep-action@v1
with:
auditOn: push
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 339
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}