Skip to content

Commit 4c26822

Browse files
committed
Temporarily disable uploading debug artifacts
1 parent 7e4b683 commit 4c26822

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
66

77
- Update default CodeQL bundle version to 2.20.2. [#2707](https://github.com/github/codeql-action/pull/2707)
88
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the [CodeQL Action sync tool](https://github.com/github/codeql-action-sync-tool) and the Actions runner did not have Zstandard installed. [#2710](https://github.com/github/codeql-action/pull/2710)
9+
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. [#TODO]()
910

1011
## 3.28.2 - 21 Jan 2025
1112

lib/debug-artifacts.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/debug-artifacts.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debug-artifacts.ts

+3
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ export async function uploadDebugArtifacts(
242242
if (toUpload.length === 0) {
243243
return;
244244
}
245+
logger.info("Uploading debug artifacts is temporarily disabled");
246+
return;
247+
245248
let suffix = "";
246249
const matrix = getRequiredInput("matrix");
247250
if (matrix) {

0 commit comments

Comments
 (0)