Skip to content

build(deps): bump @babel/runtime-corejs3 from 7.16.5 to 7.26.10 in /exercises/c4-client-master #843

build(deps): bump @babel/runtime-corejs3 from 7.16.5 to 7.26.10 in /exercises/c4-client-master

build(deps): bump @babel/runtime-corejs3 from 7.16.5 to 7.26.10 in /exercises/c4-client-master #843

Workflow file for this run

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