diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 56e9737214..3ed0cf9d1e 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -93,4 +93,5 @@ jobs: env: TEST_MODE: true env: + DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/pr-checks/checks/go-custom-queries.yml b/pr-checks/checks/go-custom-queries.yml index fee690fac0..b8215bebe7 100644 --- a/pr-checks/checks/go-custom-queries.yml +++ b/pr-checks/checks/go-custom-queries.yml @@ -1,5 +1,7 @@ name: "Go: Custom queries" description: "Checks that Go works in conjunction with a config file specifying custom queries" +env: + DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 with: