Skip to content

Bump @changesets/cli to 2.27.1 #36

Bump @changesets/cli to 2.27.1

Bump @changesets/cli to 2.27.1 #36

Workflow file for this run

name: security_scan
on:
pull_request:
branches: [main]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}