Skip to content

Commit

Permalink
Update project-origin/.github digest to 8e12b0b
Browse files Browse the repository at this point in the history
  • Loading branch information
projectorigin-renovate[bot] authored Sep 27, 2024
1 parent d584f36 commit 500003f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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@8e12b0b09d14e9835e256b51313f18d5e710760a

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@8e12b0b09d14e9835e256b51313f18d5e710760a

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@b1a1034591b6f491085a0d9d259ae3b486487701
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@8e12b0b09d14e9835e256b51313f18d5e710760a

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@8e12b0b09d14e9835e256b51313f18d5e710760a

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@8e12b0b09d14e9835e256b51313f18d5e710760a
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@8e12b0b09d14e9835e256b51313f18d5e710760a
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 500003f

Please sign in to comment.