Skip to content
Open
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@53676612e1166f3c96f4c9e6d3f45ffefc33259d

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@53676612e1166f3c96f4c9e6d3f45ffefc33259d

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@53676612e1166f3c96f4c9e6d3f45ffefc33259d

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@53676612e1166f3c96f4c9e6d3f45ffefc33259d

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@53676612e1166f3c96f4c9e6d3f45ffefc33259d
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@53676612e1166f3c96f4c9e6d3f45ffefc33259d
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Loading