Skip to content

Commit 84973f7

Browse files
committed
Clean up toolcache PR checks
1 parent 01992a9 commit 84973f7

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.github/workflows/__extract-direct-to-toolcache.yml renamed to .github/workflows/__bundle-toolcache.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle.yml renamed to .github/workflows/__bundle-zstd.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/extract-direct-to-toolcache.yml renamed to pr-checks/checks/bundle-toolcache.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: "Extract directly to toolcache"
2-
description: "Extract the CodeQL bundle directly into the toolcache"
1+
name: "Bundle: Caching checks"
2+
description: "The CodeQL bundle should be cached within the toolcache"
33
versions:
44
- linked
55
operatingSystems:
66
- macos
77
- ubuntu
88
- windows
9-
env:
10-
CODEQL_ACTION_EXTRACT_TOOLCACHE: true
119
steps:
1210
- name: Remove CodeQL from toolcache
1311
uses: actions/github-script@v7

pr-checks/checks/zstd-bundle.yml renamed to pr-checks/checks/bundle-zstd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Zstandard bundle"
2-
description: "Test downloading a Zstandard-compressed CodeQL bundle"
1+
name: "Bundle: Zstandard checks"
2+
description: "A Zstandard CodeQL bundle should be extracted on supported operating systems"
33
versions:
44
- linked
55
operatingSystems:

0 commit comments

Comments
 (0)