Skip to content

build(deps): bump github.com/cloudflare/cloudflare-go from 0.77.0 to 0.78.0 #2036

build(deps): bump github.com/cloudflare/cloudflare-go from 0.77.0 to 0.78.0

build(deps): bump github.com/cloudflare/cloudflare-go from 0.77.0 to 0.78.0 #2036

Workflow file for this run

name: Semgrep
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci --config .semgrep.yml
env:
# only trigger for files in this change
SEMGREP_BASELINE_BRANCH: ${{ github.head_ref }}