From 91a6e09b5db027401dae3ea90de5a40025de335b Mon Sep 17 00:00:00 2001 From: LMJBrew <127977502+LMJBrew@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:09:54 -0400 Subject: [PATCH] Update veracode.yml --- .github/workflows/veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index f2b9eb5..b8973d5 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -11,7 +11,7 @@ on: # The branches below must be a subset of the branches above branches: [ “main” ] schedule: - - cron: ‘* * * * *’ + - cron: '* * * * *' workflow_dispatch: env: SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}