Skip to content

Commit

Permalink
Update codeql with Git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrakiburrahman committed Oct 6, 2024
1 parent ef22eac commit 78e33f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: false

- name: Checkout specific delta-kernel-rs release
shell: bash
run: |
GIT_ROOT=$(git rev-parse --show-toplevel)
git submodule update --init
DELTA_KERNEL_RS_TAG=$(cat "$GIT_ROOT/src/DeltaLake/Kernel/delta-kernel-rs.version.txt")
git -C "$GIT_ROOT/src/DeltaLake/Kernel/delta-kernel-rs" checkout "$DELTA_KERNEL_RS_TAG"
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 78e33f9

Please sign in to comment.