Skip to content

Commit

Permalink
Update build for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed Sep 26, 2023
1 parent 377be4e commit 365d506
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-tags: true
fetch-depth: 50

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -64,6 +66,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- name: Create git config
run: git config --system --add safe.directory $GITHUB_WORKSPACE
- name: Build
run: ./build-release.sh

Expand Down

0 comments on commit 365d506

Please sign in to comment.