Skip to content

chore(deps): revert bump google-github-actions/release-please-action from 3.7.13 to 4.0.0 #1360

chore(deps): revert bump google-github-actions/release-please-action from 3.7.13 to 4.0.0

chore(deps): revert bump google-github-actions/release-please-action from 3.7.13 to 4.0.0 #1360

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 29 16 * * *
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci