Skip to content

Commit

Permalink
Fix CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 17, 2025
1 parent 1188ede commit ef710ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Setup environment
uses: ./.github/actions/setup-build-env

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Setup environment
uses: ./.github/actions/setup-build-env

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit ef710ed

Please sign in to comment.