Skip to content

Commit

Permalink
fix: Update slash typo and sarif output
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Dec 5, 2024
1 parent d20d00b commit 556b438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git clone \
--depth 1 \
https://github.com/github/codeql.git\
https://github.com/github/codeql.git \
"$CODEQL_REPOSITORY_PATH"
fi
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
../ql-for-ql-db \
$CODEQL_SUITE
echo "sarif=[$matrix]" >> "$GITHUB_OUTPUT"
echo "sarif=$SARIF_FILE" >> "$GITHUB_OUTPUT"
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 556b438

Please sign in to comment.