Skip to content

Commit 9e4932e

Browse files
authored
Merge pull request #1825 from github/henrymercer/disk-telemetry
Add runner disk info and image version to status report
2 parents 4e9f8a2 + bd20e2b commit 9e4932e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1586
-727
lines changed

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66

77
// transpiled JavaScript
88
"lib": true,
9-
}
9+
},
10+
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
11+
// an intermediate stage where many files are modified. This setting suppresses these warnings.
12+
"git.ignoreLimitWarning": true,
13+
// Use the vendored TypeScript version to have a consistent development experience across
14+
// machines.
15+
"typescript.tsdk": "node_modules/typescript/lib"
1016
}

CHANGELOG.md

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

55
## [UNRELEASED]
66

7-
No user facing changes.
7+
- Log a warning if the amount of available disk space runs low during a code scanning run. [#1825](https://github.com/github/codeql-action/pull/1825)
88

99
## 2.21.3 - 08 Aug 2023
1010

lib/actions-util.js

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

lib/actions-util.js.map

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

lib/actions-util.test.js

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

lib/actions-util.test.js.map

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

lib/analyze-action-env.test.js

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

lib/analyze-action-env.test.js.map

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

lib/analyze-action-input.test.js

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

lib/analyze-action-input.test.js.map

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

0 commit comments

Comments
 (0)