Skip to content

Commit 442f9e1

Browse files
Try again with packs
1 parent ccefcda commit 442f9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ql-for-ql-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ jobs:
174174
echo "paths-ignore:" >> ${CONF}
175175
echo " - ql/ql/test" >> ${CONF}
176176
echo "disable-default-queries: true" >> ${CONF}
177-
echo "queries:" >> ${CONF}
178-
echo " - uses: ./ql/ql/src/codeql-suites/ql-code-scanning.qls" >> ${CONF}
177+
echo "packs:" >> ${CONF}
178+
echo " - codeql/ql" >> ${CONF}
179179
echo "Config file: "
180180
cat ${CONF}
181181
env:

0 commit comments

Comments
 (0)