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. (#211)

* 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 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 <[email protected]>
  • Loading branch information
Workleap-TechOps and azunaVT authored Feb 17, 2025
1 parent 33771c3 commit 4b589a0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

linearb:
needs: [ci]
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 @@ -29,7 +29,7 @@ jobs:

linearb:
needs: [publish]
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,6 +1,6 @@
# Workleap.DomainEventPropagation

[![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/workleap-domain-event-propagation/publish.yml?logo=github&branch=main)](https://github.com/gsoft-inc/workleap-domain-event-propagation/actions/workflows/publish.yml)
[![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/workleap-domain-event-propagation/publish.yml?logo=github&branch=main)](https://github.com/workleap/workleap-domain-event-propagation/actions/workflows/publish.yml)

| Package | Download Link | Description |
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -343,5 +343,5 @@ To learn more about configuring or suppressing code analysis warnings, refer to

## License

Copyright © 2023, 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 © 2023, 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.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
WLDEP01 | Usage | Warning | EventDomainAttributeUsageAnalyzer, [Documentation](https://github.com/gsoft-inc/wl-domain-event-propagation)
WLDEP02 | Usage | Warning | UseUniqueNameForAttributeValue, [Documentation](https://github.com/gsoft-inc/wl-domain-event-propagation)
WLDEP03 | Usage | Warning | FollowNamingConventionAttributeValue, [Documentation](https://github.com/gsoft-inc/wl-domain-event-propagation)
WLDEP01 | Usage | Warning | EventDomainAttributeUsageAnalyzer, [Documentation](https://github.com/workleap/wl-domain-event-propagation)
WLDEP02 | Usage | Warning | UseUniqueNameForAttributeValue, [Documentation](https://github.com/workleap/wl-domain-event-propagation)
WLDEP03 | Usage | Warning | FollowNamingConventionAttributeValue, [Documentation](https://github.com/workleap/wl-domain-event-propagation)
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Workleap.DomainEventPropagation.Analyzers.Internals;

internal static class RuleIdentifiers
{
public const string HelpUri = "https://github.com/gsoft-inc/wl-domain-event-propagation";
public const string HelpUri = "https://github.com/workleap/wl-domain-event-propagation";

// DO NOT change the identifier of existing rules.
// Projects can customize the severity level of analysis rules using a .editorconfig file.
Expand Down

0 comments on commit 4b589a0

Please sign in to comment.