Skip to content

chore(deps): bump github.com/temporalio/roadrunner-temporal/v5 from 5.3.0 to 5.3.1 #336

chore(deps): bump github.com/temporalio/roadrunner-temporal/v5 from 5.3.0 to 5.3.1

chore(deps): bump github.com/temporalio/roadrunner-temporal/v5 from 5.3.0 to 5.3.1 #336

Workflow file for this run

name: semgrep
on:
pull_request: {}
push:
branches:
- master
- stable
paths:
- .github/workflows/semgrep.yml
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci