From dbc031f4a8737971457555d86b47fe9f735b1edb Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 8 Mar 2023 11:47:58 +0100 Subject: [PATCH] chore(actions): changed actions --- .github/workflows/api-ee.yaml | 2 +- .github/workflows/api.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index 8feec182c..f9a1730f1 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -5,7 +5,7 @@ on: skip_security_checks: description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' required: false - default: 'true' + default: 'false' push: branches: - dev diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 9537d97b6..8e2f7fa7b 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -5,7 +5,7 @@ on: skip_security_checks: description: 'Skip Security checks if there is a unfixable vuln or error. Value: true/false' required: false - default: 'true' + default: 'false' push: branches: - dev