Skip to content
Open

foo #175

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 'Python lint and test'
on:
push:
workflow_dispatch:
pull_request_target:

Check failure

Code scanning / Semgrep OSS

Semgrep Finding: action_scanning.semgrep-rules.actions.pull-request-target-needs-exception Error

pull_request_target is considered very risky and should only be used when striclty needed. Please prefer other triggers when possible. If you think this is needed, you can dismiss this alert and merge your PR.

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytype.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: pytype check

# 1234567

on:
push:
pull_request_target:

jobs:
check:
Expand Down