Skip to content

Commit 4cdea2c

Browse files
Update project-origin/.github digest to a52756d
1 parent f302836 commit 4cdea2c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pullrequest-verify.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ on:
77

88
jobs:
99
verify-devcontainer:
10-
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
10+
uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1111

1212
verify-code:
13-
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
13+
uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1414

1515
verify-renovate-config:
16-
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
16+
uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1717

1818
verify-chart:
19-
uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
19+
uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
2020

2121
verify-container-build:
22-
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
22+
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
2323
with:
2424
imagename: ghcr.io/project-origin/registry-server
2525
version: test

.github/workflows/release-published.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77

88
jobs:
99
define-version:
10-
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
10+
uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1111

1212
publish-container:
1313
needs:
1414
- define-version
15-
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
15+
uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1616
with:
1717
imagename: ghcr.io/project-origin/registry-server
1818
version: ${{ needs.define-version.outputs.version }}
@@ -24,7 +24,7 @@ jobs:
2424
needs:
2525
- define-version
2626
- publish-container
27-
uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
27+
uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
2828
with:
2929
version: ${{ needs.define-version.outputs.version }}
3030
chart_folder: chart

.github/workflows/sonarcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010

1111
jobs:
1212
analyse:
13-
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@ff0fbbb8d9f41fa8b27ab0f1e613dd9cc07f5a3e
13+
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@a52756d31ac982a404768eb34d1e73051f6a759d
1414
secrets:
1515
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)