From 61b561867b15b37b0a272ea2de81d863ecbb5dc9 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 2 Jun 2021 16:51:30 +0100 Subject: [PATCH] Update unguarded-action-lib.ql --- queries/unguarded-action-lib.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/unguarded-action-lib.ql b/queries/unguarded-action-lib.ql index 9a30f4361..ea91203dc 100644 --- a/queries/unguarded-action-lib.ql +++ b/queries/unguarded-action-lib.ql @@ -43,7 +43,7 @@ class ActionsLibImport extends ImportDeclaration { ActionsLibImport() { getImportedPath().getValue().matches("@actions/%") and not isSafeActionLib(getImportedPath().getValue()) or - getImportedPath().getValue().matches("/actions-util$") + getImportedPath().getValue().matches("%/actions-util$") } string getName() {