mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
test semgrep in ci (#9507)
* test * add changeset * add token * add filter --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
8ff76dbfcd
commit
b25a64e98b
5
.changeset/tall-dryers-own.md
Normal file
5
.changeset/tall-dryers-own.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:test semgrep in ci
|
3
.github/workflows/semgrep.yml
vendored
3
.github/workflows/semgrep.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: "gradio-app/gradio/.github/actions/changes@main"
|
||||
id: changes
|
||||
with:
|
||||
filter: "gradio"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
semgrep:
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -1,5 +1,5 @@
|
||||
"""
|
||||
This file defines two useful high-level abstractions to build Gradio apps: Interface and TabbedInterface.
|
||||
This file defines two useful high-level abstractions to build Gradio apps: Interface and TabbedInterface.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
Loading…
x
Reference in New Issue
Block a user