Skip to content

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible #52

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible

Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible #52

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: 44 9 * * *
name: Semgrep
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-24.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci