Skip to content

chore(deps): update xt0rted/pull-request-comment-branch action to v3 #60

chore(deps): update xt0rted/pull-request-comment-branch action to v3

chore(deps): update xt0rted/pull-request-comment-branch action to v3 #60

Workflow file for this run

name: Security scan
on:
pull_request: {}
workflow_dispatch: {}
push:
branches: [main]
jobs:
code-scan:
name: Code scan
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: open-turo/actions-security/static-analysis@v3
with:
semgrep-app-token: ${{ secrets.SEMGREP_APP_TOKEN }}