Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
verify-devcontainer:
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538

verify-build-nuget:
uses: ./.github/workflows/reusable-build-nuget-package.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
define-version:
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538

build-nuget-package:
needs:
Expand All @@ -24,7 +24,7 @@ jobs:
publish-nuget-package:
needs:
- build-nuget-package
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538
with:
nuget_artifact: nuget-packages
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:

jobs:
analyse:
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@398567dc7c6c9e6cdfcb78725858580a9e8c1538
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Loading