Skip to content

Commit

Permalink
hotfix/TOPS-800: Renaming gsoft-inc organization to workleap in githu…
Browse files Browse the repository at this point in the history
…b. (#72)

* TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap

* TOPS-800: Replacing github.com/gsoft-inc by github.com/workleap

* TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows

* TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows

* TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows

* TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows

---------

Co-authored-by: Mikael Nadeau <mikael.nadeau@workleap.com>
  • Loading branch information
Workleap-TechOps and azunaVT authored Feb 17, 2025
1 parent 30e8bae commit 2de19c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

linearb:
needs: [main]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: development
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-workflow-jira:
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-jira-workflow.yml@main
with:
branch_name: ${{ github.head_ref }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

linearb:
needs: [main]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: 'release'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
permissions:
contents: read
security-events: write
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main
uses: workleap/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Workleap.DotNet.CodingStandards

[![nuget](https://img.shields.io/nuget/v/Workleap.DotNet.CodingStandards.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.DotNet.CodingStandards/)
[![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-dotnet-codingstandards/publish.yml?logo=github&branch=main)](https://github.com/gsoft-inc/wl-dotnet-codingstandards/actions/workflows/publish.yml)
[![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-dotnet-codingstandards/publish.yml?logo=github&branch=main)](https://github.com/workleap/wl-dotnet-codingstandards/actions/workflows/publish.yml)

This package provides a set of **programming standards for .NET projects**, including rules for **style**, **quality**, **security**, and **performance**. It relies on [built-in .NET analyzers](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview) that are shipped with the .NET SDK.

Expand Down Expand Up @@ -131,4 +131,4 @@ To publish a new public (non-preview) version, simply create a new release on Gi

## License

Copyright © 2024, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
Copyright © 2024, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/gsoft-license/blob/master/LICENSE.
2 changes: 1 addition & 1 deletion Workleap.DotNet.CodingStandards.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<developmentDependency>true</developmentDependency>
<license type="expression">Apache-2.0</license>
<readme>README.md</readme>
<projectUrl>https://github.com/gsoft-inc/wl-dotnet-codingstandards</projectUrl>
<projectUrl>https://github.com/workleap/wl-dotnet-codingstandards</projectUrl>
<description>Workleap recommended coding standards for .NET.</description>
<copyright>Copyright © Workleap</copyright>
<repository type="git" url="$RepositoryUrl$" commit="$RepositoryCommit$" branch="$RepositoryBranch$" />
Expand Down

0 comments on commit 2de19c8

Please sign in to comment.