Skip to content

Commit ae69327

Browse files
committedJul 13, 2022
Release v2.0.0
1 parent c0b2e7d commit ae69327

File tree

676 files changed

+56275
-8502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

676 files changed

+56275
-8502
lines changed
 

‎.codeqlmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "provide": [ "codeql_modules/*/.codeqlmanifest.json", "cpp/.codeqlmanifest.json"] }
1+
{ "provide": [ "codeql_modules/*/.codeqlmanifest.json", "cpp/.codeqlmanifest.json", "c/.codeqlmanifest.json"] }

‎.github/actions/install-codeql/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ runs:
9090
9191
if [ "$CODEQL_STDLIB_VERSION" != "latest" ]
9292
then
93-
pushd codeql-stdlib
93+
push codeql-stdlib
9494
echo "::debug::Switching to revision $CODEQL_STDLIB_VERSION"
9595
git checkout $CODEQL_STDLIB_VERSION
9696
popd

0 commit comments

Comments
 (0)