diff --git a/author-verified/action.yml b/author-verified/action.yml index 94b58ae1..00b0fda1 100644 --- a/author-verified/action.yml +++ b/author-verified/action.yml @@ -17,5 +17,5 @@ inputs: description: Label added by issue fixer to signal that the author can verify the issue required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/blob-storage-test/action.yml b/blob-storage-test/action.yml index b3b049c7..f61173ba 100644 --- a/blob-storage-test/action.yml +++ b/blob-storage-test/action.yml @@ -8,5 +8,5 @@ inputs: description: Azure blob storage connection string required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/build-chat/action.yml b/build-chat/action.yml index f7f94622..e781af39 100644 --- a/build-chat/action.yml +++ b/build-chat/action.yml @@ -25,5 +25,5 @@ inputs: description: 'Which channel to send log messages to. Defaults to none.' required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier-deep/apply/apply-labels/action.yml b/classifier-deep/apply/apply-labels/action.yml index 729dc11e..65b88c9a 100644 --- a/classifier-deep/apply/apply-labels/action.yml +++ b/classifier-deep/apply/apply-labels/action.yml @@ -13,5 +13,5 @@ inputs: appInsightsKey: description: Key for Azure App Insights to monitor application health runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier-deep/apply/fetch-sources/action.yml b/classifier-deep/apply/fetch-sources/action.yml index 8dbbd2f3..ee04811b 100644 --- a/classifier-deep/apply/fetch-sources/action.yml +++ b/classifier-deep/apply/fetch-sources/action.yml @@ -22,5 +22,5 @@ inputs: appInsightsKey: description: Key for Azure App Insights to monitor application health runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier-deep/monitor/action.yml b/classifier-deep/monitor/action.yml index e0191b6d..1743e79a 100644 --- a/classifier-deep/monitor/action.yml +++ b/classifier-deep/monitor/action.yml @@ -10,5 +10,5 @@ inputs: appInsightsKey: description: Key for Azure App Insights to monitor application health runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier-deep/train/fetch-issues/action.yml b/classifier-deep/train/fetch-issues/action.yml index a53110fc..cbcc6a1c 100644 --- a/classifier-deep/train/fetch-issues/action.yml +++ b/classifier-deep/train/fetch-issues/action.yml @@ -11,5 +11,5 @@ inputs: description: Access string for blob storage account required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier/apply/apply-labels/action.yml b/classifier/apply/apply-labels/action.yml index 081a665c..04c4a3b7 100644 --- a/classifier/apply/apply-labels/action.yml +++ b/classifier/apply/apply-labels/action.yml @@ -11,5 +11,5 @@ inputs: description: "Pipe (|) separated list of labels such that the bot should act even if those labels are already present (use for bot-applied labels/etc.)" default: '' runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier/apply/fetch-issues/action.yml b/classifier/apply/fetch-issues/action.yml index efba8104..c67a1c5c 100644 --- a/classifier/apply/fetch-issues/action.yml +++ b/classifier/apply/fetch-issues/action.yml @@ -17,5 +17,5 @@ inputs: description: Access string for blob storage account required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier/train/fetch-issues/action.yml b/classifier/train/fetch-issues/action.yml index ac9a44f6..2c4cf5ab 100644 --- a/classifier/train/fetch-issues/action.yml +++ b/classifier/train/fetch-issues/action.yml @@ -9,5 +9,5 @@ inputs: assignees: description: Pipe-seperated list of assignees to classify runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/classifier/train/upload-models/action.yml b/classifier/train/upload-models/action.yml index 52074d7b..0825bf8b 100644 --- a/classifier/train/upload-models/action.yml +++ b/classifier/train/upload-models/action.yml @@ -11,5 +11,5 @@ inputs: description: Access string for blob storage account required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/code-review-chat/action.yml b/code-review-chat/action.yml index 8f9dccca..36cc777e 100644 --- a/code-review-chat/action.yml +++ b/code-review-chat/action.yml @@ -9,12 +9,9 @@ inputs: slack_token: description: Slack token. required: true - storage_connection_string: - description: Storage connection string. - required: false notification_channel: description: 'Which channel to send notifications to. Defaults to none.' - required: false + required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/commands/action.yml b/commands/action.yml index 7c0402c3..4490b038 100644 --- a/commands/action.yml +++ b/commands/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/copycat/action.yml b/copycat/action.yml index 5a83310e..49adcc99 100644 --- a/copycat/action.yml +++ b/copycat/action.yml @@ -11,5 +11,5 @@ inputs: description: name of the destination repo (the vscode part of microsoft/vscode) required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/english-please/action.yml b/english-please/action.yml index 6b6e5d95..ad8fcb67 100644 --- a/english-please/action.yml +++ b/english-please/action.yml @@ -19,5 +19,5 @@ inputs: description: API key for the text translator cognitive service to use when detecting issue language and responding to the issue author in their language required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/feature-request/action.yml b/feature-request/action.yml index ed7dcdb3..4d414da8 100644 --- a/feature-request/action.yml +++ b/feature-request/action.yml @@ -48,5 +48,5 @@ inputs: description: Delay between adding a feature request label and assigning the issue to candidate milestone required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/latest-release-monitor/action.yml b/latest-release-monitor/action.yml index b3b049c7..f61173ba 100644 --- a/latest-release-monitor/action.yml +++ b/latest-release-monitor/action.yml @@ -8,5 +8,5 @@ inputs: description: Azure blob storage connection string required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/locker/action.yml b/locker/action.yml index d1f84caf..9eac79b1 100644 --- a/locker/action.yml +++ b/locker/action.yml @@ -17,5 +17,5 @@ inputs: labelUntil: description: items with this will not automatically locked, even if they have the ignoreLabelUntil label runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/needs-more-info-closer/action.yml b/needs-more-info-closer/action.yml index 2c668b1a..39da96fa 100644 --- a/needs-more-info-closer/action.yml +++ b/needs-more-info-closer/action.yml @@ -20,5 +20,5 @@ inputs: pingComment: description: Comment to add when pinging assignee. ${assignee} and ${author} are replaced. runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/new-release/action.yml b/new-release/action.yml index d44683ef..c6649c9f 100644 --- a/new-release/action.yml +++ b/new-release/action.yml @@ -17,5 +17,5 @@ inputs: description: description of label to apply required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/regex-labeler/action.yml b/regex-labeler/action.yml index 3ccf6822..9e6ba62d 100644 --- a/regex-labeler/action.yml +++ b/regex-labeler/action.yml @@ -13,5 +13,5 @@ inputs: label: description: Label to apply to isses that don't fit the criteria runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/release-pipeline/action.yml b/release-pipeline/action.yml index b6035291..d0e4e704 100644 --- a/release-pipeline/action.yml +++ b/release-pipeline/action.yml @@ -11,5 +11,5 @@ inputs: description: Label for issues that have been released to Insiders required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/tag-alert/action.yml b/tag-alert/action.yml index 69b1d125..634e7acf 100644 --- a/tag-alert/action.yml +++ b/tag-alert/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of the tag to alert on required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/test-plan-item-validator/action.yml b/test-plan-item-validator/action.yml index 47624b9b..c0111a8f 100644 --- a/test-plan-item-validator/action.yml +++ b/test-plan-item-validator/action.yml @@ -14,5 +14,5 @@ inputs: description: Comment to post to invalid test plan items required: true runs: - using: 'node12' + using: 'node16' main: 'index.js' diff --git a/topic-subscribe/action.yml b/topic-subscribe/action.yml index 1a0ecdec..0deb9049 100644 --- a/topic-subscribe/action.yml +++ b/topic-subscribe/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action required: true runs: - using: 'node12' + using: 'node16' main: 'index.js'