d42c7875a6
[ROCm/clr commit: a2550e0a9e]
20 行
470 B
YAML
20 行
470 B
YAML
name: AI CodeQL Fix
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '15 12 * * *'
|
|
|
|
jobs:
|
|
call_codeql_reusable_workflow:
|
|
uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/reusable_codeql.yml@main
|
|
with:
|
|
team_name: rocm_clr
|
|
alerts: ''
|
|
from_date: ''
|
|
to_date: ''
|
|
filter_by_rules: ''
|
|
trigger_event: ${{ github.event_name }}
|
|
secrets:
|
|
gh_token: ${{ secrets.AI_GH_TOKEN }}
|
|
codeql_token: ${{ secrets.AI_CODEQL_API_KEY }}
|