Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/pullrequest-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
verify-devcontainer:
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066

verify-build-nuget:
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066
with:
version: 0.0.1
configuration: Release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:

jobs:
define-version:
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066

build-nuget-package:
needs:
- define-version
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066
with:
version: ${{ needs.define-version.outputs.version }}
configuration: Release
Expand All @@ -26,7 +26,7 @@ jobs:
publish-nuget-package:
needs:
- build-nuget-package
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066
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@21afb08ba000fd93c4eb9e9109e6c7ed12716132
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@7a8af97541dba03d9a9ef8fdf836f6d9c8706066
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}