Skip to content

added a fix for FPs found by anonymous-race-condition (#28) #4

added a fix for FPs found by anonymous-race-condition (#28)

added a fix for FPs found by anonymous-race-condition (#28) #4

name: update-semgrep-registry
on:
push:
branches:
- main
jobs:
build:
name: Update semgrep.dev
runs-on: ubuntu-latest
steps:
- name: update dev.semgrep.dev
run: curl --fail -X POST -L https://dev.semgrep.dev/api/admin/update-registry
- name: update staging.semgrep.dev
run: curl --fail -X POST -L https://staging.semgrep.dev/api/admin/update-registry
- name: update semgrep.dev
run: curl --fail -X POST -L https://semgrep.dev/api/admin/update-registry