From 324e8eb637f3ddd23d8610927c1d445a2490486c Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Fri, 4 Oct 2024 14:35:20 -0700 Subject: [PATCH] test semgrep ci (#9535) * test * add changeset * changes --------- Co-authored-by: gradio-pr-bot --- .changeset/dark-rings-lie.md | 5 +++++ .github/workflows/semgrep.yml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changeset/dark-rings-lie.md diff --git a/.changeset/dark-rings-lie.md b/.changeset/dark-rings-lie.md new file mode 100644 index 000000000000..afd8ea5d02b5 --- /dev/null +++ b/.changeset/dark-rings-lie.md @@ -0,0 +1,5 @@ +--- +"gradio": minor +--- + +feat:test semgrep ci diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b3c4aa64014f..69cd6e0d9016 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -44,8 +44,6 @@ jobs: repository: ${{ steps.json.outputs.source_repo }} ref: ${{ steps.json.outputs.sha }} - run: semgrep ci --config .github/workflows/semgrep_rules.yaml - env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN2 }} update-status: permissions: actions: read