Skip to content

fix: publish stable release assets for convex-sync #30

fix: publish stable release assets for convex-sync

fix: publish stable release assets for convex-sync #30

Workflow file for this run

name: Semgrep
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
semgrep:
name: semgrep-oss/scan
runs-on: ubuntu-24.04
container:
image: semgrep/semgrep
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- run: semgrep scan --config auto