From 6ab7cd671b99e0a0c5d595313066d9c329f6a3b2 Mon Sep 17 00:00:00 2001 From: RW Date: Wed, 1 May 2024 17:29:35 +0200 Subject: [PATCH] Update gosec.yml --- .github/workflows/gosec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 1fcf79b..3ad5534 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -43,7 +43,7 @@ jobs: gosec-scan: runs-on: ubuntu-latest needs: detect-changes - if: ${{ needs.detect-changes.outputs.matrix != null }} + if: ${{ needs.detect-changes.outputs.matrix != 'null' }} env: GO111MODULE: on strategy: