From 4a567344f5b860303dafc07092cab6c421031e41 Mon Sep 17 00:00:00 2001 From: Dave Bartolomeo Date: Fri, 25 Oct 2024 17:59:49 -0400 Subject: [PATCH] Fix style alerts --- actions/ql/src/Placeholder.ql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/ql/src/Placeholder.ql b/actions/ql/src/Placeholder.ql index ef102ad7870d..63e32f04dfb3 100644 --- a/actions/ql/src/Placeholder.ql +++ b/actions/ql/src/Placeholder.ql @@ -6,11 +6,11 @@ * @security-severity 9.3 * @precision high * @id actions/placeholder - * @tags actions + * @tags actions security */ import actions import javascript from File f -select f, "File" +select f, "Analyzed a file."