diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index fc70aac95c..36a96c7399 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -54,7 +54,7 @@ jobs: cli_version=$(jq -r '.cliVersion' src/defaults.json) pr_url=$(gh pr create \ --title "Update default bundle to $cli_version" \ - --body "This pull request updates the default CodeQL bundle, as used with \`tools: latest\` and on GHES, to $cli_version." \ + --body "This pull request updates the default CodeQL bundle, as used with \`tools: linked\` and on GHES, to $cli_version." \ --assignee "$GITHUB_ACTOR" \ --draft \ )