From 71caee12b33e13f28fbf8d2a9c5f2999d00dd3b6 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:48:22 -0300 Subject: [PATCH] Update pull-request-sonar.yml --- .github/workflows/pull-request-sonar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-sonar.yml b/.github/workflows/pull-request-sonar.yml index 56b603a..fb9feb3 100644 --- a/.github/workflows/pull-request-sonar.yml +++ b/.github/workflows/pull-request-sonar.yml @@ -9,7 +9,7 @@ on: gitleaks: description: "Deseja executar GitLeaks" required: true - default: true + default: 'true' type: choice options: - 'true' @@ -17,7 +17,7 @@ on: zaproxy: description: "Deseja executar ZaProxy" required: true - default: true + default: 'true' type: choice options: - 'true' @@ -26,7 +26,7 @@ on: sonar-qube: description: "Deseja executar SonarQube" required: true - default: true + default: 'true' type: choice options: - 'true'