diff --git a/.docfx/docfx.json b/.docfx/docfx.json
index d1f1077eb..1a56bb210 100644
--- a/.docfx/docfx.json
+++ b/.docfx/docfx.json
@@ -134,7 +134,7 @@
"_enableSearch": true,
"_disableContribution": false,
"_gitContribute": {
- "repo": "https://github.com/gimlichael/Cuemon",
+ "repo": "https://github.com/codebeltnet/cuemon",
"branch": "development"
},
"_gitUrlPattern": "github",
diff --git a/.docfx/templates/cuemon/public/main.js b/.docfx/templates/cuemon/public/main.js
index a0017546e..4eb7c680e 100644
--- a/.docfx/templates/cuemon/public/main.js
+++ b/.docfx/templates/cuemon/public/main.js
@@ -2,7 +2,7 @@ export default {
iconLinks: [
{
icon: 'github',
- href: 'https://github.com/gimlichael/Cuemon',
+ href: 'https://github.com/codebeltnet/cuemon',
title: 'GitHub'
}
]
diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml
index b2642dff0..dbf690e6c 100644
--- a/.github/workflows/pipelines.yml
+++ b/.github/workflows/pipelines.yml
@@ -165,24 +165,24 @@ jobs:
needs: [build, test_linux, test_windows, integration_test]
uses: codebeltnet/jobs-codecov/.github/workflows/default.yml@v1
with:
- repository: gimlichael/Cuemon
+ repository: codebeltnet/cuemon
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- # codeql:
- # name: call-codeql
- # needs: [build, test_linux, test_windows, integration_test]
- # uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
- # with:
- # timeout-minutes: 30
- # permissions:
- # security-events: write
+ codeql:
+ name: call-codeql
+ needs: [build, test_linux, test_windows, integration_test]
+ uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
+ with:
+ timeout-minutes: 30
+ permissions:
+ security-events: write
deploy:
if: github.event_name != 'pull_request'
name: call-nuget
- needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov]
- uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v1
+ needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov, codeql]
+ uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v2
with:
version: ${{ needs.build.outputs.version }}
environment: Production
diff --git a/Directory.Build.props b/Directory.Build.props
index a3d1f1bff..e20c05c2f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -24,7 +24,7 @@
README.md
https://www.cuemon.net/
MIT
- https://github.com/gimlichael/Cuemon
+ https://github.com/codebeltnet/cuemon
git
en-US
true
@@ -43,7 +43,7 @@
-
+
diff --git a/README.md b/README.md
index 771c3867c..c0a4bde97 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ All CI and CD integrations have been migrated away from [Microsoft Azure DevOps]
All code quality analysis are done by [SonarCloud](https://sonarcloud.io/) and [CodeCov.io](https://codecov.io/).
-  [](https://codecov.io/gh/gimlichael/Cuemon) [](https://sonarcloud.io/dashboard?id=Cuemon) [](.github/CODE_OF_CONDUCT.md) [](https://scorecard.dev/viewer/?uri=github.com/gimlichael/Cuemon)
+  [](https://codecov.io/gh/codebeltnet/cuemon) [](https://sonarcloud.io/dashboard?id=Cuemon) [](.github/CODE_OF_CONDUCT.md) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/cuemon)
## Branching Strategy