From e39f458f29eebd40568a8173a76d556dd6f12580 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 16 Apr 2024 11:41:03 -0400 Subject: [PATCH] Update language Signed-off-by: Brett Logan --- enforce/remediation/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enforce/remediation/action.yml b/enforce/remediation/action.yml index 11019be..201ddf0 100644 --- a/enforce/remediation/action.yml +++ b/enforce/remediation/action.yml @@ -24,7 +24,7 @@ inputs: message: description: 'The message to display on the pull request' required: true - default: "Your repository contains unresolved code scanning alerts. Policy requires that all code scanning alerts of severity high or higher be resolved within 30 days.

In the future, if your repository contains unresolved code scanning alerts older than 30 days, you will not be able to merge this pull request.

If this pull request remediates these alerts, after your pull requests CodeQL scan has completed, follow this link to re-run the policy check and select Re-run all jobs at the top of the page: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

You may also re-run this required check by simply commenting on this pull request with the following command:\n\n```shell\n/actions-bot rerun-required-workflows\n```" + default: "Your repository contains unresolved code scanning alerts. Policy requires that all code scanning alerts of critical severity be resolved within 30 days.

In the future, if your repository contains unresolved code scanning alerts older than 30 days, you will not be able to merge this pull request.

If this pull request remediates these alerts, after your pull requests CodeQL scan has completed, follow this link to re-run the policy check and select Re-run all jobs at the top of the page: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

You may also re-run this required check by simply commenting on this pull request with the following command:\n\n```shell\n/actions-bot rerun-required-workflows\n```" pull_request: description: 'The pull request number' required: true