From 4b77905ec69ae99700aa3ea74c2333701b306846 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Sat, 12 Aug 2023 22:09:31 +0200 Subject: [PATCH] Bump super-linter --- .github/workflows/documentation.yml | 1 + .github/workflows/php.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 97ea170..35bee01 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, release-*] paths: - '**.md' + workflow_dispatch: jobs: quality: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 72aa977..f4e5fee 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy branches: [master, release-*] paths-ignore: - '**.md' + workflow_dispatch: jobs: linter: @@ -23,7 +24,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: super-linter/super-linter/slim@v5 env: LOG_LEVEL: NOTICE VALIDATE_ALL_CODEBASE: true