You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27752,7 +27752,7 @@ function addSummary() {
27752
27752
const STATUS_HARDEN_RUNNER_UNAVAILABLE = "409";
27753
27753
const CONTAINER_MESSAGE = "This job is running in a container. Harden Runner does not run in a container as it needs sudo access to run. This job will not be monitored.";
27754
27754
const UBUNTU_MESSAGE = "This job is not running in a GitHub Actions Hosted Runner Ubuntu VM. Harden Runner is only supported on Ubuntu VM. This job will not be monitored.";
27755
-
const SELF_HOSTED_NO_AGENT_MESSAGE = "This job is running on a self-hosted runner, but the runner does not have Harden-Runner installed. This job will not be monitored.";
27755
+
const SELF_HOSTED_RUNNER_MESSAGE = "This job is running on a self-hosted runner.";
27756
27756
const HARDEN_RUNNER_UNAVAILABLE_MESSAGE = "Sorry, we are currently experiencing issues with the Harden Runner installation process. It is currently unavailable.";
27757
27757
const ARC_RUNNER_MESSAGE = "Workflow is currently being executed in ARC based runner.";
27758
27758
const ARM64_RUNNER_MESSAGE = "ARM runners are not supported in the Harden-Runner community tier.";
Copy file name to clipboardExpand all lines: dist/post/index.js
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -27751,7 +27751,7 @@ function addSummary() {
27751
27751
const STATUS_HARDEN_RUNNER_UNAVAILABLE = "409";
27752
27752
const CONTAINER_MESSAGE = "This job is running in a container. Harden Runner does not run in a container as it needs sudo access to run. This job will not be monitored.";
27753
27753
const UBUNTU_MESSAGE = "This job is not running in a GitHub Actions Hosted Runner Ubuntu VM. Harden Runner is only supported on Ubuntu VM. This job will not be monitored.";
27754
-
const SELF_HOSTED_NO_AGENT_MESSAGE = "This job is running on a self-hosted runner, but the runner does not have Harden-Runner installed. This job will not be monitored.";
27754
+
const SELF_HOSTED_RUNNER_MESSAGE = "This job is running on a self-hosted runner.";
27755
27755
const HARDEN_RUNNER_UNAVAILABLE_MESSAGE = "Sorry, we are currently experiencing issues with the Harden Runner installation process. It is currently unavailable.";
27756
27756
const ARC_RUNNER_MESSAGE = "Workflow is currently being executed in ARC based runner.";
27757
27757
const ARM64_RUNNER_MESSAGE = "ARM runners are not supported in the Harden-Runner community tier.";
Copy file name to clipboardExpand all lines: dist/pre/index.js
+18-23Lines changed: 18 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -87779,7 +87779,7 @@ function addSummary() {
87779
87779
const STATUS_HARDEN_RUNNER_UNAVAILABLE = "409";
87780
87780
const CONTAINER_MESSAGE = "This job is running in a container. Harden Runner does not run in a container as it needs sudo access to run. This job will not be monitored.";
87781
87781
const UBUNTU_MESSAGE = "This job is not running in a GitHub Actions Hosted Runner Ubuntu VM. Harden Runner is only supported on Ubuntu VM. This job will not be monitored.";
87782
-
const SELF_HOSTED_NO_AGENT_MESSAGE = "This job is running on a self-hosted runner, but the runner does not have Harden-Runner installed. This job will not be monitored.";
87782
+
const SELF_HOSTED_RUNNER_MESSAGE = "This job is running on a self-hosted runner.";
87783
87783
const HARDEN_RUNNER_UNAVAILABLE_MESSAGE = "Sorry, we are currently experiencing issues with the Harden Runner installation process. It is currently unavailable.";
87784
87784
const ARC_RUNNER_MESSAGE = "Workflow is currently being executed in ARC based runner.";
87785
87785
const ARM64_RUNNER_MESSAGE = "ARM runners are not supported in the Harden-Runner community tier.";
@@ -87920,7 +87920,7 @@ var cacheUtils = __nccwpck_require__(1518);
0 commit comments