From ed7bc363421848a29dbf8ae50fd1236819aa2ea2 Mon Sep 17 00:00:00 2001 From: JC Date: Thu, 7 Nov 2024 06:06:00 +0800 Subject: [PATCH] Update node version --- .github/workflows/security.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 28c259a..db26d2a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,6 @@ jobs: name: 'Security Check' runs-on: ubuntu-latest - # Don't run the cronjob in this workflow on forks. if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'webdevstudios') steps: @@ -37,7 +36,7 @@ jobs: with: lock: ./composer.lock format: ansi - disable-exit-code: true # Prevents pipeline failures on warnings + disable-exit-code: true - name: Post Security Check Summary if: always()