Skip to content

Commit 879c788

Browse files
committed
Install npm dependencies where necessary in generated workflows
1 parent f8c0d73 commit 879c788

31 files changed

+104
-38
lines changed

.github/workflows/__config-input.yml

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

.github/workflows/__packaging-codescanning-config-inputs-js.yml

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

.github/workflows/__packaging-config-inputs-js.yml

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

.github/workflows/__packaging-config-js.yml

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

.github/workflows/__packaging-inputs-js.yml

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

pr-checks/checks/all-platform-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Tests using an all-platform CodeQL Bundle"
33
versions: ["nightly-latest"]
44
operatingSystems: ["ubuntu"]
55
useAllPlatformBundle: "true"
6-
installGo: "true"
6+
installGo: true
77
steps:
88
- id: init
99
uses: ./../action/init

pr-checks/checks/analyze-ref-input.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Analyze: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
33
versions: ["default"]
4-
installGo: "true"
4+
installGo: true
55
steps:
66
- uses: ./../action/init
77
with:

pr-checks/checks/build-mode-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Build mode manual"
22
description: "An end-to-end integration test of a Java repository built using 'build-mode: manual'"
33
operatingSystems: ["ubuntu"]
44
versions: ["nightly-latest"]
5-
installGo: "true"
5+
installGo: true
66
steps:
77
- uses: ./../action/init
88
id: init

pr-checks/checks/config-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Config input"
22
description: "Tests specifying configuration using the config input"
3+
installNode: true
34
operatingSystems: ["ubuntu"]
45
versions: ["linked"]
56
steps:

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Export file baseline information"
22
description: "Tests that file baseline information is exported when the feature is enabled"
33
versions: ["nightly-latest"]
4-
installGo: "true"
4+
installGo: true
55
env:
66
CODEQL_ACTION_SUBLANGUAGE_FILE_COVERAGE: true
77
steps:

0 commit comments

Comments
 (0)