Skip to content

Commit f85ae1c

Browse files
committed
Re-structuring the code.
1 parent 31ae44b commit f85ae1c

File tree

299 files changed

+23
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+23
-6
lines changed

.github/ISSUE_TEMPLATE/request-for-query.md

Lines changed: 1 addition & 0 deletions

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
5959
# The version of the CodeQL query pack
60-
version=`cat vertx-codeql-queries/ql/src/qlpack.yml | yq e ".version" -`
60+
version=`cat vertx-codeql-queries/src/main/ql/qlpack.yml | yq e ".version" -`
6161
6262
# Check if this is a snapshot version
6363
isSnapshot=false
@@ -161,7 +161,7 @@ jobs:
161161
env:
162162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
run: |
164-
cd vertx-codeql-queries/ql/src
164+
cd src/main/ql
165165
codeql pack install
166166
codeql pack publish --allow-prerelease
167167

0 commit comments

Comments
 (0)