Skip to content

Commit

Permalink
Update project-origin/.github digest to 2967005 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: projectorigin-renovate[bot] <150237208+projectorigin-renovate[bot]@users.noreply.github.com>
  • Loading branch information
projectorigin-renovate[bot] authored Apr 26, 2024
1 parent 553f78c commit 73181f7
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@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@296700516bd3976694516cdb7271b7498ec44470

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@296700516bd3976694516cdb7271b7498ec44470

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@296700516bd3976694516cdb7271b7498ec44470

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@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@296700516bd3976694516cdb7271b7498ec44470

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@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@296700516bd3976694516cdb7271b7498ec44470
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@039521d288c9d3780391d161fc2fa0ca5d859c62
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@296700516bd3976694516cdb7271b7498ec44470
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 73181f7

Please sign in to comment.