Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2022-03-25 13:52:49 +0300
committerDavid Benson <david@draw.io>2022-03-25 13:52:49 +0300
commita0729487fe4537e2d5f41287e297decc2f44ea29 (patch)
tree1e03ad049cec26e2f9d2a0c5ca85a4c4b28b7448 /.github
parent7523507220b343d14bbb034a37b9bcab4bcda089 (diff)
17.2.3 releasev17.2.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b7e09af3..9d3cc343 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -56,8 +56,6 @@ jobs:
run: |
cd etc/build
npm install workbox-cli@6.3.0 --global
- ant clean
- ant javac
ant
# ℹ️ Command-line programs to run using the OS shell.
@@ -72,4 +70,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v1 \ No newline at end of file