Skip to content

Commit

Permalink
Update project-origin/.github digest to 2db514d (#88)
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 Feb 7, 2025
1 parent 9a2117b commit 2348817
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pullrequest-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:

jobs:
verify-devcontainer:
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff

verify-code:
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff

verify-renovate-config:
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff

verify-chart:
uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff

verify-container-build:
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff
with:
imagename: ghcr.io/project-origin/chronicler
version: test
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 @@ -6,12 +6,12 @@ on:

jobs:
define-version:
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff

publish-container:
needs:
- define-version
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff
with:
imagename: ghcr.io/project-origin/chronicler
version: ${{ needs.define-version.outputs.version }}
Expand All @@ -23,7 +23,7 @@ jobs:
needs:
- define-version
- publish-container
uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff
with:
version: ${{ needs.define-version.outputs.version }}
chart_folder: chart
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@e27026b6ba1556d375cf24b3be218791c324e7d7
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@2db514d765a2a55fb8dd182b6adb73b07d7560ff
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 2348817

Please sign in to comment.