Skip to content

Commit

Permalink
Update project-origin/.github digest to 7167498 (#153)
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 Dec 23, 2024
1 parent 2e8ee20 commit 04313da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@716749826da422bdd9b49e50f295131bf497eb54

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@716749826da422bdd9b49e50f295131bf497eb54

verify-renovate:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@716749826da422bdd9b49e50f295131bf497eb54

verify-build-nuget:
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@716749826da422bdd9b49e50f295131bf497eb54
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@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@716749826da422bdd9b49e50f295131bf497eb54

build-nuget-package:
needs:
- define-version
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-build-nuget-package.yaml@716749826da422bdd9b49e50f295131bf497eb54
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@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-publish-nuget-artifacts.yaml@716749826da422bdd9b49e50f295131bf497eb54
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@e9fe0a0f8708d7701e8ba476c62e17af7e180ae9
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@716749826da422bdd9b49e50f295131bf497eb54
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 04313da

Please sign in to comment.