We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/tag
1 parent d51b375 commit ebffc48Copy full SHA for ebffc48
.github/workflows/script/bundle_changelog.py
@@ -5,7 +5,7 @@
5
cli_version = os.environ['CLI_VERSION']
6
7
# Link the GitHub Release corresponding to the new bundle version.
8
-bundle_release_url = f"https://github.com/github/codeql-action/releases/codeql-bundle-v{cli_version}"
+bundle_release_url = f"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v{cli_version}"
9
bundle_note = f"To learn more about the relevant changes to the CodeQL CLI and language packs, see the [bundle release]({bundle_release_url})."
10
11
# Get the PR number from the PR URL.
0 commit comments