Skip to content

Commit 117bf91

Browse files
committed
Sort OS list and versions consistently
1 parent 30ecc82 commit 117bf91

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.github/workflows/__bundle-toolcache.yml

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

.github/workflows/__bundle-zstd.yml

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

.github/workflows/__multi-language-autodetect.yml

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

.github/workflows/__resolve-environment-action.yml

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

pr-checks/checks/bundle-toolcache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: "The CodeQL bundle should be cached within the toolcache"
33
versions:
44
- linked
55
operatingSystems:
6-
- macos
76
- ubuntu
7+
- macos
88
- windows
99
steps:
1010
- name: Remove CodeQL from toolcache

pr-checks/checks/bundle-zstd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: "A Zstandard CodeQL bundle should be extracted on supported operati
33
versions:
44
- linked
55
operatingSystems:
6-
- macos
76
- ubuntu
7+
- macos
88
- windows
99
steps:
1010
- name: Remove CodeQL from toolcache

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Multi-language repository"
2-
description: "An end-to-end integration test of a multi-language repository using automatic language detection for macOS"
2+
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
33
operatingSystems:
4-
- macos
54
- ubuntu
5+
- macos
66
env:
77
CODEQL_ACTION_RESOLVE_SUPPORTED_LANGUAGES_USING_CLI: true
88
installGo: true

pr-checks/checks/resolve-environment-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Resolve environment"
22
description: "Tests that the resolve-environment action works for Go and JavaScript/TypeScript"
33
versions:
4-
- default
54
- linked
5+
- default
66
- nightly-latest
77
steps:
88
- uses: ./../action/init

0 commit comments

Comments
 (0)