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 5799ce2 commit 87a79ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ 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 @@ -81,4 +75,4 @@ jobs:
with:
sarif_file: Codeql-${{ matrix.target }}.sarif
token: ${{ secrets.GITHUB_TOKEN }}
checkout_path: cfe

0 comments on commit 87a79ca

Please sign in to comment.