diff --git a/.github/workflows/pullrequest-verify.yaml b/.github/workflows/pullrequest-verify.yaml index aa41508b..20d70ff3 100644 --- a/.github/workflows/pullrequest-verify.yaml +++ b/.github/workflows/pullrequest-verify.yaml @@ -7,19 +7,19 @@ on: jobs: verify-devcontainer: - uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf verify-code: - uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-verify-code.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf verify-renovate-config: - uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf verify-chart: - uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-verify-chart.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf verify-container-build: - uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf with: imagename: ghcr.io/project-origin/registry-server version: test diff --git a/.github/workflows/release-published.yaml b/.github/workflows/release-published.yaml index c0b43bcf..921a6b42 100644 --- a/.github/workflows/release-published.yaml +++ b/.github/workflows/release-published.yaml @@ -7,12 +7,12 @@ on: jobs: define-version: - uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-tag-version.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf publish-container: needs: - define-version - uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf with: imagename: ghcr.io/project-origin/registry-server version: ${{ needs.define-version.outputs.version }} @@ -24,7 +24,7 @@ jobs: needs: - define-version - publish-container - uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-publish-chart.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf with: version: ${{ needs.define-version.outputs.version }} chart_folder: chart diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index 196e78a3..6969c013 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -10,6 +10,6 @@ on: jobs: analyse: - uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@785c366225df91045b66ab5622f55de84ed16e72 + uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@967ef9af2f0deb31cea03c1004908c336b690dbf secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}