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/). -![License](https://img.shields.io/github/license/gimlichael/cuemon) ![Build Status](https://github.com/gimlichael/Cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/gimlichael/Cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/gimlichael/Cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/gimlichael/Cuemon/badge)](https://scorecard.dev/viewer/?uri=github.com/gimlichael/Cuemon) +![License](https://img.shields.io/github/license/codebeltnet/cuemon) ![Build Status](https://github.com/codebeltnet/cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/codebeltnet/cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/codebeltnet/cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/cuemon/badge)](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/cuemon) ## Branching Strategy