파일
rocm-systems/projects/clr/.github/workflows/ai_codeql_historical.yml
T
Lytovchenko, Danylo 38cf648f0e SWDEV-123456 - fix historical AI codeql (#576)
[ROCm/clr commit: f3003d674b]
2025-06-20 08:45:15 +02:00

37 라인
1.4 KiB
YAML
Raw Blame 히스토리

이 파일에는 보이지 않는 유니코드 문자가 포함되어 있습니다
이 파일에는 우리 눈에는 보이지 않지만 컴퓨터에 의해 다르게 처리될 수 있는 보이지 않는 유니코드 문자가 포함되어 있습니다. 이것이 의도된 것이라고 생각하면 이 경고를 무시해도 됩니다. Escape 버튼을 눌러 보이지 않는 문자를 표시할 수 있습니다.
이 파일에는 다른 문자와 혼동될 수 있는 유니코드 문자가 포함되어 있습니다. 이것이 의도적인 것이라고 판단되면, 이 경고를 무시해도 됩니다. Escape 버튼을 눌러 보이지 않는 문자를 표시할 수 있습니다.
name: AI CodeQL Fix - historical
on:
workflow_dispatch:
inputs:
alerts:
required: false
type: string
description: '️Use either alert IDs or Start/End date!Alert IDs (comma-separated values and/or list e.g. 1152, 1122-1124)'
from_date:
required: false
type: string
description: 'Start date (use YYYY-MM-DD format)'
to_date:
required: false
type: string
description: 'End date (use YYYY-MM-DD format) ⚠️Must be within 15 days of Start date!'
filter_by_rules:
required: false
type: string
description: 'Filter by Rule IDs ⚠️Overrides team-configured rules https://amd.atlassian.net/wiki/x/tSrkNg'
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: ${{ inputs.alerts }}
from_date: ${{ inputs.from_date }}
to_date: ${{ inputs.to_date }}
filter_by_rules: ${{ inputs.filter_by_rules }}
trigger_event: ${{ github.event_name }}
secrets:
gh_token: ${{ secrets.AI_GH_TOKEN }}
codeql_token: ${{ secrets.AI_CODEQL_API_KEY }}