Skip to content

Commit

Permalink
Update codeql-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 10, 2024
1 parent 87a79ca commit 708c702
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
with:
repository: arielswalker/cFS
submodules: true

- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
with:
submodules: recursive
path: cfe

- name: Make the Script Executable
run: chmod +x ./.github/scripts/codeql.sh
Expand Down Expand Up @@ -75,4 +81,4 @@ jobs:
with:
sarif_file: Codeql-${{ matrix.target }}.sarif
token: ${{ secrets.GITHUB_TOKEN }}

checkout_path: cfe

0 comments on commit 708c702

Please sign in to comment.