From 38cf648f0e67adf1cd41feea5893281b433b9b78 Mon Sep 17 00:00:00 2001 From: "Lytovchenko, Danylo" Date: Fri, 20 Jun 2025 08:45:15 +0200 Subject: [PATCH] SWDEV-123456 - fix historical AI codeql (#576) [ROCm/clr commit: f3003d674b8a60eaae7b97bb23bca658741c677a] --- projects/clr/.github/workflows/ai_codeql_historical.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/.github/workflows/ai_codeql_historical.yml b/projects/clr/.github/workflows/ai_codeql_historical.yml index de5af33de3..7dd14649f7 100644 --- a/projects/clr/.github/workflows/ai_codeql_historical.yml +++ b/projects/clr/.github/workflows/ai_codeql_historical.yml @@ -6,7 +6,7 @@ on: alerts: required: false type: string - description: 'ℹ️Use either alert IDs or Start/End date!⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀List of alert IDs (comma-separated values)' + 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 @@ -22,7 +22,7 @@ on: jobs: call_codeql_reusable_workflow: - uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/reusable_codeql_historical.yml@main + uses: AMD-GH-Actions/ai-pr-platform-actions-lib/.github/workflows/reusable_codeql.yml@main with: team_name: rocm_clr alerts: ${{ inputs.alerts }}