We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99c47 commit a2f5439Copy full SHA for a2f5439
.github/workflows/ci.yml
@@ -69,8 +69,9 @@ jobs:
69
- name: Check taint benchmark regression
70
run: bash tools/check_taint_benchmark.sh
71
barry-ai-security-review:
72
- if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
+ if: github.event_name == 'pull_request_target'
73
runs-on: ubuntu-latest
74
+ environment: security-review
75
permissions:
76
security-events: write
77
pull-requests: write
0 commit comments