Skip to content

Commit 8f1648a

Browse files
committed
Update codeql to use the build script
1 parent f6e8c26 commit 8f1648a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
name: Build
9191
shell: bash
9292
run: |
93-
dotnet build -c Release
93+
./build.sh bite restore
94+
./build.sh restore
95+
./build.sh build
9496
9597
- name: Perform CodeQL Analysis
9698
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)