diff --git a/.github/workflows/security-fix-pr.lock.yml b/.github/workflows/security-fix-pr.lock.yml index 4d20d9541f..9bb232d10c 100644 --- a/.github/workflows/security-fix-pr.lock.yml +++ b/.github/workflows/security-fix-pr.lock.yml @@ -511,7 +511,7 @@ jobs: - Call with parameters: - `owner`: __GH_AW_GITHUB_REPOSITORY_OWNER__ - `repo`: The repository name (extract from `__GH_AW_GITHUB_REPOSITORY__`) - - `alert_number`: The alert number from step 1 + - `alertNumber`: The alert number from step 1 - Extract key information: - Alert number - Severity level diff --git a/.github/workflows/security-fix-pr.md b/.github/workflows/security-fix-pr.md index 3021e3f6da..c275d8fab0 100644 --- a/.github/workflows/security-fix-pr.md +++ b/.github/workflows/security-fix-pr.md @@ -71,7 +71,7 @@ Get detailed information about the selected alert using `get_code_scanning_alert - Call with parameters: - `owner`: ${{ github.repository_owner }} - `repo`: The repository name (extract from `${{ github.repository }}`) - - `alert_number`: The alert number from step 1 + - `alertNumber`: The alert number from step 1 - Extract key information: - Alert number - Severity level