Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaitine authored Sep 27, 2023
1 parent 1f3ef0c commit df65a2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout apps
uses: actions/checkout@v3
with:
repository: '[email protected]:tiiuae/incubator-nuttx-apps.git'
path: '../apps'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit df65a2c

Please sign in to comment.