Sha256: 87d1d958905711b35934f3841a897dd1bfa4b722a9bc66007c7e877df1a69dc9

Contents?: true

Size: 544 Bytes

Versions: 8

Compression:

Stored size: 544 Bytes

Contents

name: Semgrep
on:
  workflow_dispatch: {}
  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: '15 18 * * *'
jobs:
  semgrep:
    name: semgrep/ci
    runs-on: ubuntu-22.04
    env:
      SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
    container:
      image: returntocorp/semgrep
    if: (github.actor != 'dependabot[bot]')
    steps:
      - uses: actions/checkout@v3
      - run: semgrep ci

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
clerk-sdk-ruby-4.0.1 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta7 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta6 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta5 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta4 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta3 .github/workflows/semgrep.yml
clerk-sdk-ruby-4.0.0.beta2 .github/workflows/semgrep.yml