Skip to content

chore(deps): update dependency turbo to v2.9.6 #711

chore(deps): update dependency turbo to v2.9.6

chore(deps): update dependency turbo to v2.9.6 #711

Workflow file for this run

name: semgrep-pro
on:
push:
branches:
- master
- next
pull_request:
merge_group:
workflow_dispatch:
schedule:
- cron: "28 6 * * 4"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: semgrep/semgrep@sha256:e04d2cb132288d90035db8791d64f610cb255b21e727b94db046243b30c01ae9
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: semgrep ci --sarif-output=semgrep.sarif
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
- uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
if: always()
with:
sarif_file: semgrep.sarif