Skip to content

Commit

Permalink
C++: fix autobuild pr-checks to latest codeql-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Oct 23, 2023
1 parent d53a59d commit 54e4af6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/__cpp-deptrace-disabled.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions .github/workflows/__cpp-deptrace-enabled.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/cpp-deptrace-disabled.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Cpp: disabling autoinstalling dependencies"
description: "Checks that running C/C++ autobuild with autoinstalling dependencies explicitly disabled works"
operatingSystems: ["ubuntu", "macos"]
versions: ["latest"]
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down
1 change: 1 addition & 0 deletions pr-checks/checks/cpp-deptrace-enabled.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Cpp: enabling autoinstalling dependencies"
description: "Checks that running C/C++ autobuild with autoinstalling dependencies works"
operatingSystems: ["ubuntu", "macos"]
versions: ["latest"]
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down

0 comments on commit 54e4af6

Please sign in to comment.